Author: steve Update of /cvs/pkgs/rpms/perl-Math-BigInt-GMP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4952/devel Modified Files: .cvsignore sources Added Files: perl-Math-BigInt-GMP.spec Log Message: Import. --- NEW FILE perl-Math-BigInt-GMP.spec --- Name: perl-Math-BigInt-GMP Version: 1.24 Release: 1%{?dist} Summary: Math::BigInt::GMP Perl module License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Math-BigInt-GMP/ Source0: http://www.cpan.org/authors/id/T/TE/TELS/math/Math-BigInt-GMP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gmp-devel BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) >= 1.08 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This package contains a replacement (drop-in) module for Math::BigInt's core, Math::BigInt::Calc.pm. It needs the new versions of Math::BigInt and Math::BigFloat as they are from Perl 5.7.x onwards. %prep %setup -q -n Math-BigInt-GMP-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc BUGS CHANGES CREDITS LICENSE README TODO %{perl_vendorarch}/auto/* %{perl_vendorarch}/Math* %{_mandir}/man3/* %changelog * Sun May 18 2008 Steven Pritchard <steve@xxxxxxxxx> 1.24-1 - Specfile autogenerated by cpanspec 1.75. - BR Test::More, Test::Pod, Test::Pod::Coverage, and gmp-devel. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Math-BigInt-GMP/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 May 2008 16:22:14 -0000 1.1 +++ .cvsignore 19 May 2008 23:27:29 -0000 1.2 @@ -0,0 +1 @@ +Math-BigInt-GMP-1.24.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Math-BigInt-GMP/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 May 2008 16:22:14 -0000 1.1 +++ sources 19 May 2008 23:27:29 -0000 1.2 @@ -0,0 +1 @@ +de5bb548f9e8e2254565926eec1d15b2 Math-BigInt-GMP-1.24.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list