1.999716 bump
This commit is contained in:
parent
3d975b2670
commit
5eccc84ae3
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/Math-BigInt-1.999710.tar.gz
|
/Math-BigInt-1.999710.tar.gz
|
||||||
/Math-BigInt-1.999714.tar.gz
|
/Math-BigInt-1.999714.tar.gz
|
||||||
/Math-BigInt-1.999715.tar.gz
|
/Math-BigInt-1.999715.tar.gz
|
||||||
|
/Math-BigInt-1.999716.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Name: perl-Math-BigInt
|
Name: perl-Math-BigInt
|
||||||
%global cpan_version 1.999715
|
%global cpan_version 1.999716
|
||||||
# Keep 4-digit version to compete with perl.spec
|
# Keep 4-digit version to compete with perl.spec
|
||||||
Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
|
Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Arbitrary-size integer and float mathematics
|
Summary: Arbitrary-size integer and float mathematics
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -13,6 +13,7 @@ BuildRequires: coreutils
|
|||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-generators
|
||||||
# This core module must be buildable without non-core modules at bootstrap.
|
# This core module must be buildable without non-core modules at bootstrap.
|
||||||
%if %{defined perl_bootstrap}
|
%if %{defined perl_bootstrap}
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
@ -96,7 +97,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -110,6 +111,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 05 2016 Petr Pisar <ppisar@redhat.com> - 1.9997.16-1
|
||||||
|
- 1.999716 bump
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9997.15-2
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9997.15-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user