]> git.pld-linux.org Git - packages/perl-Math-GMP.git/commitdiff
- hack test results on 64-bit archs; release 3
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 May 2004 22:10:23 +0000 (22:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Math-GMP.spec -> 1.12

perl-Math-GMP.spec

index 06047a39b99dd981dc4bc0e7e8c6d042f1c70c00..59bcec2978714a49b23f6a02a6c40f88dad6464e 100644 (file)
@@ -9,7 +9,7 @@ Summary:        Math::GMP Perl module - high speed arbitrary size integer math
 Summary(pl):   Modu³ Perla Math::GMP - szybka arytmetyka liczb ca³kowitych o dowolnym rozmiarze
 Name:          perl-Math-GMP
 Version:       2.03
-Release:       2
+Release:       3
 License:       LGPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -30,6 +30,11 @@ oblicze
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
+%ifarch alpha amd64 ia64 ppc64 sparc64
+# original reference values expect 32-bit long
+%{__perl} -pi -e 's/^\+9999999999(9*):[0-9]+$/+9999999999$1:9999999999$1/' t/gmppm.t
+%endif
+
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
This page took 0.039907 seconds and 4 git commands to generate.