X-Git-Url: https://git.pld-linux.org/?p=packages%2Fperl-Math-GMP.git;a=blobdiff_plain;f=perl-Math-GMP.spec;h=6d80b255d0e883f59a4418e08558b992a619d9dd;hp=f0f93abeb528abaf79918c52b08c0ff8cc5a0dce;hb=f32d94c;hpb=819a3195cd2da06c1e335b78bf5064ffce19826c diff --git a/perl-Math-GMP.spec b/perl-Math-GMP.spec index f0f93ab..6d80b25 100644 --- a/perl-Math-GMP.spec +++ b/perl-Math-GMP.spec @@ -1,40 +1,50 @@ # # Conditional build: -# _without_tests - do not perform "make test" +%bcond_without tests # do not perform "make test" # %include /usr/lib/rpm/macros.perl %define pdir Math %define pnam GMP -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 +Summary: Math::GMP Perl module - high speed arbitrary size integer math +Summary(pl.UTF-8): Moduł Perla Math::GMP - szybka arytmetyka liczb całkowitych o dowolnym rozmiarze Name: perl-Math-GMP -Version: 2.03 -Release: 1 -License: LGPL +Version: 2.06 +Release: 7 +License: LGPL v2+ Group: Development/Languages/Perl -Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz -BuildRequires: perl >= 5.6 +Source0: http://www.cpan.org/modules/by-module/Math/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: 0ead0cd7d7ec1076c6d5a5fbe81b91a3 +URL: http://search.cpan.org/dist/Math-GMP/ BuildRequires: gmp-devel -BuildRequires: rpm-perlprov >= 3.0.3-16 +BuildRequires: perl-devel >= 1:5.8.0 +BuildRequires: rpm-perlprov >= 4.1-13 +BuildRequires: rpmbuild(macros) >= 1.213 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Math::GMP gives you access to the fast GMP library for fast big integer math. -%description -l pl -Math::GMP daje dostêp do szybkiej biblioteki GMP dla szybkich -obliczeñ na du¿ych liczbach ca³kowitych. +%description -l pl.UTF-8 +Math::GMP daje dostęp do szybkiej biblioteki GMP dla szybkich +obliczeń na dużych liczbach całkowitych. %prep %setup -q -n %{pdir}-%{pnam}-%{version} -%build -perl Makefile.PL +%ifarch %{x8664} alpha ia64 ppc64 s390x sparc64 +# original reference values expect 32-bit long +%{__perl} -pi -e 's/^\+9999999999(9*):[0-9]+$/+9999999999$1:9999999999$1/' t/gmppm.t +%endif -%{__make} OPTIMIZE="%{rpmcflags}" +%build +%{__perl} Makefile.PL \ + INSTALLDIRS=vendor +%{__make} \ + CC="%{__cc}" \ + OPTIMIZE="%{rpmcflags}" -%{!?_without_tests:%{__make} test} +%{?with_tests:%{__make} test} %install rm -rf $RPM_BUILD_ROOT @@ -48,9 +58,9 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc Changes LICENSE README -%{perl_sitearch}/Math/GMP.pm -%dir %{perl_sitearch}/auto/Math/GMP -%{perl_sitearch}/auto/Math/GMP/GMP.bs -%attr(755,root,root) %{perl_sitearch}/auto/Math/GMP/GMP.so -%{perl_sitearch}/auto/Math/GMP/autosplit.ix +%{perl_vendorarch}/Math/GMP.pm +%dir %{perl_vendorarch}/auto/Math/GMP +%{perl_vendorarch}/auto/Math/GMP/GMP.bs +%attr(755,root,root) %{perl_vendorarch}/auto/Math/GMP/GMP.so +%{perl_vendorarch}/auto/Math/GMP/autosplit.ix %{_mandir}/man3/*