From 3689ac004eda9c2739e323bbcb1c49509a776b38 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 9 May 2004 22:10:23 +0000 Subject: [PATCH] - hack test results on 64-bit archs; release 3 Changed files: perl-Math-GMP.spec -> 1.12 --- perl-Math-GMP.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-Math-GMP.spec b/perl-Math-GMP.spec index 06047a3..59bcec2 100644 --- a/perl-Math-GMP.spec +++ b/perl-Math-GMP.spec @@ -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 -- 2.44.0