From 8b82cd6ec00deb60bcc064f7c6b1afcc16ebecb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Tue, 15 Dec 2009 16:17:38 +0000 Subject: [PATCH] - skip check in distributions with perl-5.8 --- perl-Math-BigInt-GMP.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/perl-Math-BigInt-GMP.spec b/perl-Math-BigInt-GMP.spec index 8802f6f..41d86c4 100644 --- a/perl-Math-BigInt-GMP.spec +++ b/perl-Math-BigInt-GMP.spec @@ -1,6 +1,6 @@ Name: perl-Math-BigInt-GMP Version: 1.24 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Math::BigInt::GMP Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -38,7 +38,10 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check +# perl-Math-BigInt 1.87 (delivered with perl-5.10.x) is needed +%if 0%{?rhel} > 5 || 0%{?fedora} > 8 make test +%endif %clean rm -rf $RPM_BUILD_ROOT @@ -51,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Dec 15 2009 Stepan Kasal - 1.24-5 +- skip check in distributions with perl-5.8 + * Mon Dec 7 2009 Stepan Kasal - 1.24-4 - rebuild against perl 5.10.1