1.6008 bump
This commit is contained in:
parent
43ffc93922
commit
bd4395c525
@ -1,8 +1,6 @@
|
||||
%bcond_with author_tests
|
||||
|
||||
Name: perl-Math-BigInt-GMP
|
||||
Version: 1.6007
|
||||
Release: 6%{?dist}
|
||||
Version: 1.6008
|
||||
Release: 1%{?dist}
|
||||
Summary: Use the GMP library for Math::BigInt routines
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Math-BigInt-GMP
|
||||
@ -16,7 +14,6 @@ BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.75
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
@ -24,6 +21,7 @@ BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(Math::BigInt::Lib) >= 1.999801
|
||||
BuildRequires: perl(XSLoader) >= 0.02
|
||||
# Test Suite
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Math::BigFloat) >= 1.994
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999817
|
||||
@ -31,16 +29,6 @@ BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(threads)
|
||||
|
||||
# Author/Release Tests
|
||||
%if %{with author_tests}
|
||||
BuildRequires: perl(Config::Tiny)
|
||||
BuildRequires: perl(Pod::Coverage) >= 0.18
|
||||
BuildRequires: perl(Test::CPAN::Changes)
|
||||
BuildRequires: perl(Test::Pod) >= 1.22
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
||||
BuildRequires: perl(Test::Portability::Files)
|
||||
BuildRequires: perl(Test::Version)
|
||||
%endif
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
@ -56,12 +44,14 @@ also reduces the memory footprint by not loading Math::GMP and Carp at all.
|
||||
%prep
|
||||
%setup -q -n Math-BigInt-GMP-%{version}
|
||||
|
||||
# Remove bundled libraries
|
||||
rm -r inc
|
||||
perl -i -ne 'print $_ unless m{^inc/}' MANIFEST
|
||||
find -type f -exec chmod -x {} +
|
||||
|
||||
# Get rid of bogus exec permissions
|
||||
chmod -c -x CHANGES lib/Math/BigInt/GMP.pm
|
||||
|
||||
# t/release-cpan-changes.t wants "Changes", not "CHANGES"
|
||||
ln -s CHANGES Changes
|
||||
|
||||
%build
|
||||
perl Makefile.PL \
|
||||
INSTALLDIRS=vendor \
|
||||
@ -76,7 +66,8 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test %{?_with_author_tests:AUTHOR_TESTING=1 RELEASE_TESTING=1}
|
||||
unset TEST_SIGNATURE
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
@ -86,6 +77,9 @@ make test %{?_with_author_tests:AUTHOR_TESTING=1 RELEASE_TESTING=1}
|
||||
%{_mandir}/man3/Math::BigInt::GMP.3*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 07 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.6008-1
|
||||
- 1.6008 bump
|
||||
|
||||
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.6007-6
|
||||
- Perl 5.34 rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Math-BigInt-GMP-1.6007.tar.gz) = cdeaeec1e450e95d761cefc63c5262c0b43cf5fc5865e62d0463e34821541c2b83d156979c1e7a8157c9747ccf5e3cefa80ac52489a7ce3186425bc27c176512
|
||||
SHA512 (Math-BigInt-GMP-1.6008.tar.gz) = 12c312a978f603bfa12e94809778e9a65b9c725b60e4d9c449af679a911ec3f72e51a9735af4f5b1c779d49f334284aa9e4adc320dbef97b09c5159bef5781ac
|
||||
|
||||
Loading…
Reference in New Issue
Block a user