summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2008-03-24 15:54:25 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit6d8cc5563a21832d5c36e9839b9f4ee3c3ef13fb (patch)
tree865023cd3b43c966bb6458ebfc0002b618ee7761
parent519a1fe43e6dee2c2b17f27efb9a95f9bc785079 (diff)
downloadperl-Math-BigInteger-6d8cc5563a21832d5c36e9839b9f4ee3c3ef13fb.zip
perl-Math-BigInteger-6d8cc5563a21832d5c36e9839b9f4ee3c3ef13fb.tar.gz
- generic URL, informative summariesauto/ti/perl-Math-BigInteger-1_01-3
Changed files: perl-Math-BigInteger.spec -> 1.41
-rw-r--r--perl-Math-BigInteger.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/perl-Math-BigInteger.spec b/perl-Math-BigInteger.spec
index 10de9cd..1f9d7a4 100644
--- a/perl-Math-BigInteger.spec
+++ b/perl-Math-BigInteger.spec
@@ -5,27 +5,29 @@
%include /usr/lib/rpm/macros.perl
%define pdir Math
%define pnam BigInteger
-Summary: Math::BigInteger perl module
-Summary(pl.UTF-8): Moduł perla Math::BigInteger
+Summary: Math::BigInteger - arbitrary length integer extension module for Perl
+Summary(pl.UTF-8): Math::BigInteger - moduł rozszerzenia liczb całkowitych dowolnej długości
Name: perl-Math-BigInteger
Version: 1.01
Release: 3
# if used in a product, Systemics should be given attribution
License: free use, distributable
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0: http://www.cpan.org/modules/by-module/Math/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: a4aa79e070f3f5f8e7f01443fdc03b8e
Patch0: %{name}-Fputc_to_fputc.patch
+URL: http://search.cpan.org/dist/Math-BigInteger/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Math::BigInteger module gives access to Eric Young's bignum library.
+This provides a faster alternative to the Math::BigInt library.
%description -l pl.UTF-8
Moduł Math::BigInteger umożliwia dostęp do biblioteki bignum Erica
-Younga.
+Younga. Jest to szybsza alternatywa dla biblioteki Math::BigInt.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}