]> git.pld-linux.org Git - packages/perl-Math-BigInt-GMP.git/blame - perl-Math-BigInt-GMP.spec
- up to 1.18
[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
b971aa34
JB
19BuildRequires: perl-Math-BigInt >= 1.73
20BuildRequires: perl(Math::BigFloat) >= 1.47
4ac5f1c8 21BuildRequires: perl-devel >= 1:5.8.0
4793e390 22BuildRequires: rpm-perlprov >= 4.1-13
b971aa34
JB
23Requires: perl-Math-BigInt >= 1.73
24Requires: perl(Math::BigFloat) >= 1.47
4793e390
JB
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28Math::BigInt::GMP provides support for big integer calculations via
29means of the GMP C-library. Math::BigInt::GMP now no longer uses
30Math::GMP, but provides it's own XS layer to access the GMP C-library.
31This cuts out another (perl sub routine) layer and also reduces the
32memory footprint by not loading Math::GMP and Carp at all.
33
34%description -l pl
35