]> git.pld-linux.org Git - packages/perl-Math-BigInt-GMP.git/blame - perl-Math-BigInt-GMP.spec
- updated Math::BigInt deps
[packages/perl-Math-BigInt-GMP.git] / perl-Math-BigInt-GMP.spec
CommitLineData
4793e390
JB
1#
2# Conditional build:
aa36dada 3%bcond_without tests # do not perform "make test"
4793e390
JB
4#
5%include /usr/lib/rpm/macros.perl
e462768e 6%define pdir Math
7%define pnam BigInt-GMP
4793e390
JB
8Summary: Math::BigInt::GMP - use the GMP library for Math::BigInt routines
9Summary(pl): Math::BigInt::GMP - wykorzystanie biblioteki GMP do funkcji Math::BigInt
10Name: perl-Math-BigInt-GMP
0b52029d 11Version: 1.18
4793e390 12Release: 1
1b145397 13# same as perl
4793e390
JB
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
0b52029d 17# Source0-md5: cd17afa7e9e7e9192457f6968d538f3f
4793e390 18BuildRequires: gmp-devel
63f0ffc3 19BuildRequires: perl-Math-BigInt >= 1.76
4ac5f1c8 20BuildRequires: perl-devel >= 1:5.8.0
4793e390 21BuildRequires: rpm-perlprov >= 4.1-13
63f0ffc3 22Requires: perl-Math-BigInt >= 1.76
4793e390
JB
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Math::BigInt::GMP provides support for big integer calculations via
27means of the GMP C-library. Math::BigInt::GMP now no longer uses
28Math::GMP, but provides it's own XS layer to access the GMP C-library.
29This cuts out another (perl sub routine) layer and also reduces the
30memory footprint by not loading Math::GMP and Carp at all.
31
32%description -l pl
33