This commit is contained in:
Petr Písař 2014-01-06 12:40:11 +01:00
parent af2df40337
commit 22b461253f
3 changed files with 16 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
15a539c8d0b5e61d8a475949127fc682 Module-Pluggable-5.0.tar.gz
1b71ed7a67ad8c048d1499540bc892ba Module-Pluggable-5.1.tar.gz