]> git.pld-linux.org Git - packages/perl-Math-BigInt-GMP.git/blame - perl-Math-BigInt-GMP.spec
- fixed perl-devel BR
[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
6%define pdir Math
7%define pnam BigInt-GMP
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
dabd47a4 11Version: 1.14
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
dabd47a4 17# Source0-md5: 3067740831f9b47ed8ae852753c411c6
4793e390
JB
18BuildRequires: gmp-devel
19BuildRequires: perl-Math-BigInt >= 1.64
20BuildRequires: perl(Math::BigFloat) >= 1.38
4ac5f1c8 21BuildRequires: perl-devel >= 1:5.8.0
4793e390
JB
22BuildRequires: rpm-perlprov >= 4.1-13
23Requires: perl-Math-BigInt >= 1.64
24Requires: perl(Math::BigFloat) >= 1.38
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