1.999810 bump
This commit is contained in:
parent
20090f9304
commit
22c463f471
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/Math-BigInt-1.999807.tar.gz
|
||||
/Math-BigInt-1.999808.tar.gz
|
||||
/Math-BigInt-1.999809.tar.gz
|
||||
/Math-BigInt-1.999810.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-Math-BigInt
|
||||
%global cpan_version 1.999809
|
||||
%global cpan_version 1.999810
|
||||
# Keep 4-digit version to compete with perl.spec
|
||||
Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
|
||||
Release: 1%{?dist}
|
||||
@ -9,6 +9,7 @@ Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Math-BigInt/
|
||||
Source0: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-%{cpan_version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
@ -53,6 +54,9 @@ This provides Perl modules for arbitrary-size integer and float mathematics.
|
||||
|
||||
%prep
|
||||
%setup -q -n Math-BigInt-%{cpan_version}
|
||||
# Remove a stray file
|
||||
rm lib/Math/BigInt.pm.bak
|
||||
sed -i -e '/^lib\/Math\/BigInt\.pm\.bak/d' MANIFEST
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@ -74,6 +78,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 02 2017 Petr Pisar <ppisar@redhat.com> - 1.9998.10-1
|
||||
- 1.999810 bump
|
||||
|
||||
* Mon Feb 13 2017 Petr Pisar <ppisar@redhat.com> - 1.9998.09-1
|
||||
- 1.999809 bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Math-BigInt-1.999809.tar.gz) = 55044359c0f194db8c168f472d77ba3d619850e66753460eceb56ce4c2cbf6c6740ad9af474e50c8ad3091bd059b32e2c21eee68f7760e73353b60b291a7cac8
|
||||
SHA512 (Math-BigInt-1.999810.tar.gz) = c73672d4170040de2c9b275b9eb59fe7be0c71491fb8ea73773bf21b60facb040aa1e0696bd94ac4b64564fd9fdd7ae59dc8f893d8c6b94d974b6f4b3741a285
|
||||
|
Loading…
Reference in New Issue
Block a user