0.2613 bump
This commit is contained in:
parent
d6456fbb41
commit
77be642f6c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/Math-BigRat-0.2611.tar.gz
|
/Math-BigRat-0.2611.tar.gz
|
||||||
/Math-BigRat-0.2612.tar.gz
|
/Math-BigRat-0.2612.tar.gz
|
||||||
|
/Math-BigRat-0.2613.tar.gz
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
Name: perl-Math-BigRat
|
Name: perl-Math-BigRat
|
||||||
# Keep 4-digit version to compete with perl.spec
|
# Keep 4-digit version to compete with perl.spec
|
||||||
Version: 0.2612
|
Version: 0.2613
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Arbitrary big rational numbers
|
Summary: Arbitrary big rational numbers
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
|
||||||
URL: http://search.cpan.org/dist/Math-BigRat/
|
URL: http://search.cpan.org/dist/Math-BigRat/
|
||||||
Source0: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/Math-BigRat-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/Math-BigRat-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -12,7 +11,7 @@ BuildRequires: findutils
|
|||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Run-time:
|
# Run-time:
|
||||||
@ -42,12 +41,11 @@ support for arbitrary big rational numbers.
|
|||||||
%setup -q -n Math-BigRat-%{version}
|
%setup -q -n Math-BigRat-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||||
make %{?_smp_mflags}
|
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 -delete
|
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -60,6 +58,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 19 2017 Petr Pisar <ppisar@redhat.com> - 0.2613-1
|
||||||
|
- 0.2613 bump
|
||||||
|
|
||||||
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.2612-2
|
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.2612-2
|
||||||
- Perl 5.26 rebuild
|
- Perl 5.26 rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Math-BigRat-0.2612.tar.gz) = 09dbd25251c18394fd9bac29d2541c420ca782b7a27eec6eb585953c2ea3a312e31f2b3c807f0876c21b9436276797d44021310d03893a86078def967365d576
|
SHA512 (Math-BigRat-0.2613.tar.gz) = 127afa532b5fbfc2aa28186ba49212d7a9e411d05683e100693a8cb4d9292e1359c693f805cc066ab92d3276728a195eb78a0bebfe79202d0703991fafe6c3fd
|
||||||
|
Loading…
Reference in New Issue
Block a user