2.27 bump
This commit is contained in:
parent
cea0589506
commit
a10bec7135
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/autodie-2.24.tar.gz
|
/autodie-2.24.tar.gz
|
||||||
/autodie-2.25.tar.gz
|
/autodie-2.25.tar.gz
|
||||||
/autodie-2.26.tar.gz
|
/autodie-2.26.tar.gz
|
||||||
|
/autodie-2.27.tar.gz
|
||||||
|
|||||||
@ -1,14 +1,16 @@
|
|||||||
Name: perl-autodie
|
Name: perl-autodie
|
||||||
Version: 2.26
|
Version: 2.27
|
||||||
Release: 345%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Replace functions with ones that succeed or die
|
Summary: Replace functions with ones that succeed or die
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/autodie/
|
URL: http://search.cpan.org/dist/autodie/
|
||||||
Source0: http://www.cpan.org/authors/id/N/NT/NTHYKIER/autodie-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/P/PJ/PJF/autodie-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRequires: findutils
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Run-time:
|
# Run-time:
|
||||||
@ -47,7 +49,7 @@ BuildRequires: perl(Test::More)
|
|||||||
# Optional tests:
|
# Optional tests:
|
||||||
%if !%{defined perl_bootstrap}
|
%if !%{defined perl_bootstrap}
|
||||||
BuildRequires: perl(BSD::Resource)
|
BuildRequires: perl(BSD::Resource)
|
||||||
BuildRequires: perl(Import::Into)
|
BuildRequires: perl(Import::Into) >= 1.002004
|
||||||
%endif
|
%endif
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(B)
|
Requires: perl(B)
|
||||||
@ -87,11 +89,15 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS Changes LICENSE README.md
|
%license LICENSE
|
||||||
|
%doc AUTHORS Changes README.md
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 10 2015 Petr Pisar <ppisar@redhat.com> - 2.27-1
|
||||||
|
- 2.27 bump
|
||||||
|
|
||||||
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.26-345
|
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.26-345
|
||||||
- Increase release to favour standalone package
|
- Increase release to favour standalone package
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user