78 lines
2.5 KiB
RPMSpec
78 lines
2.5 KiB
RPMSpec
Name: perl-Math-BigInt-GMP
|
|
Version: 1.24
|
|
Release: 7%{?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
|
|
# perl-Math-BigInt 1.87 (delivered with perl-5.10.x) is needed
|
|
%if 0%{?rhel} > 5 || 0%{?fedora} > 8
|
|
make test
|
|
%endif
|
|
|
|
%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
|
|
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.24-7
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.24-6
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
* Tue Dec 15 2009 Stepan Kasal <skasal@redhat.com> - 1.24-5
|
|
- skip check in distributions with perl-5.8
|
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.24-4
|
|
- rebuild against perl 5.10.1
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.24-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.24-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Sun May 18 2008 Steven Pritchard <steve@kspei.com> 1.24-1
|
|
- Specfile autogenerated by cpanspec 1.75.
|
|
- BR Test::More, Test::Pod, Test::Pod::Coverage, and gmp-devel.
|