summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}