5.1 bump
This commit is contained in:
parent
af2df40337
commit
22b461253f
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/Module-Pluggable-4.7.tar.gz
|
||||
/Module-Pluggable-4.8.tar.gz
|
||||
/Module-Pluggable-5.0.tar.gz
|
||||
/Module-Pluggable-5.1.tar.gz
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
%global cpan_version 5.0
|
||||
%global cpan_version 5.1
|
||||
Name: perl-Module-Pluggable
|
||||
# Epoch to compete with perl.spec
|
||||
Epoch: 1
|
||||
@ -31,6 +31,16 @@ BuildRequires: perl(vars)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More) >= 0.62
|
||||
BuildRequires: perl(warnings)
|
||||
# Optional tests:
|
||||
# App::FatPacker not yet packaged
|
||||
#%%if !%%{defined perl_bootstrap}
|
||||
#BuildRequires: perl(App::FatPacker) >= 0.10.0
|
||||
#BuildRequires: perl(Cwd)
|
||||
#BuildRequires: perl(File::Copy)
|
||||
#BuildRequires: perl(File::Path)
|
||||
#BuildRequires: perl(File::Temp)
|
||||
#%%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(File::Spec::Functions) >= 3.00
|
||||
%if 0%(perl -e 'print $] > 5.017')
|
||||
@ -67,6 +77,9 @@ perl Build.PL installdirs=vendor
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 06 2014 Petr Pisar <ppisar@redhat.com> - 1:5.10-1
|
||||
- 5.1 bump
|
||||
|
||||
* Mon Jan 06 2014 Petr Pisar <ppisar@redhat.com> - 1:5.00-1
|
||||
- 5.0 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user