]> git.pld-linux.org Git - packages/perl-Math-BigInt-GMP.git/blobdiff - perl-Math-BigInt-GMP.spec
- up to 1.51
[packages/perl-Math-BigInt-GMP.git] / perl-Math-BigInt-GMP.spec
index e8f6a6e839f76a5a24ecabc06ac68c19ee42dd90..b96191463e11c54b3ac8e3ded2a07fd6289ab400 100644 (file)
@@ -6,22 +6,21 @@
 %define                pdir    Math
 %define                pnam    BigInt-GMP
 Summary:       Math::BigInt::GMP - use the GMP library for Math::BigInt routines
-Summary(pl):   Math::BigInt::GMP - wykorzystanie biblioteki GMP do funkcji Math::BigInt
+Summary(pl.UTF-8):     Math::BigInt::GMP - wykorzystanie biblioteki GMP do funkcji Math::BigInt
 Name:          perl-Math-BigInt-GMP
-Version:       1.14
+Version:       1.51
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 3067740831f9b47ed8ae852753c411c6
+Source0:       http://www.cpan.org/modules/by-module/Math/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 8031a287150f5f1b292e9a970447deff
+URL:           http://search.cpan.org/dist/Math-BigInt-GMP/
 BuildRequires: gmp-devel
-BuildRequires: perl-Math-BigInt >= 1.64
-BuildRequires: perl(Math::BigFloat) >= 1.38
+BuildRequires: perl-Math-BigInt >= 1.999726
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
-Requires:      perl-Math-BigInt >= 1.64
-Requires:      perl(Math::BigFloat) >= 1.38
+Requires:      perl-Math-BigInt >= 1.999726
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -31,13 +30,13 @@ Math::GMP, but provides it's own XS layer to access the GMP C-library.
 This cuts out another (perl sub routine) layer and also reduces the
 memory footprint by not loading Math::GMP and Carp at all.
 
-%description -l pl
-Math::BigInt::GMP dostarcza obs³ugê obliczeñ na wielkich liczbach
-ca³kowitych z wykorzystaniem funkcjonalno¶ci biblioteki C GMP. Modu³
-ten ju¿ nie u¿ywa Math::GMP, ale dostarcza w³asn± warstwê XS do
-odwo³ywania siê do biblioteki GMP w C. Dziêki temu nie ma kolejnej
-warstwy (podprocedury Perla), a wykorzystanie pamiêci jest mniejsze
-dziêki nie wczytywaniu modu³ów Math::GMP i Carp.
+%description -l pl.UTF-8
+Math::BigInt::GMP dostarcza obsługę obliczeń na wielkich liczbach
+całkowitych z wykorzystaniem funkcjonalności biblioteki C GMP. Moduł
+ten już nie używa Math::GMP, ale dostarcza własną warstwę XS do
+odwoływania się do biblioteki GMP w C. Dzięki temu nie ma kolejnej
+warstwy (podprocedury Perla), a wykorzystanie pamięci jest mniejsze
+dzięki nie wczytywaniu modułów Math::GMP i Carp.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -46,6 +45,7 @@ dzi
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
@@ -64,6 +64,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc BUGS CHANGES CREDITS LICENSE README TODO
 %{perl_vendorarch}/Math/BigInt/GMP.pm
 %dir %{perl_vendorarch}/auto/Math/BigInt/GMP
-%{perl_vendorarch}/auto/Math/BigInt/GMP/GMP.bs
 %attr(755,root,root) %{perl_vendorarch}/auto/Math/BigInt/GMP/GMP.so
-%{_mandir}/man3/*
+%{_mandir}/man3/Math::BigInt::GMP.3pm*
This page took 0.061014 seconds and 4 git commands to generate.