]> git.pld-linux.org Git - packages/perl-Math-BigInt-GMP.git/blame - perl-Math-BigInt-GMP.spec
- ported to new bconds
[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
JB
12Release: 1
13License: GPL v1+ or Artistic
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
dabd47a4 16# Source0-md5: 3067740831f9b47ed8ae852753c411c6
4793e390
JB
17BuildRequires: gmp-devel
18BuildRequires: perl-Math-BigInt >= 1.64
19BuildRequires: perl(Math::BigFloat) >= 1.38
20BuildRequires: perl-devel >= 5.8.0
21BuildRequires: rpm-perlprov >= 4.1-13
22Requires: perl-Math-BigInt >= 1.64
23Requires: perl(Math::BigFloat) >= 1.38
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27Math::BigInt::GMP provides support for big integer calculations via
28means of the GMP C-library. Math::BigInt::GMP now no longer uses
29Math::GMP, but provides it's own XS layer to access the GMP C-library.
30This cuts out another (perl sub routine) layer and also reduces the
31memory footprint by not loading Math::GMP and Carp at all.
32
33%description -l pl
34