This commit is contained in:
Petr Písař 2014-01-06 08:10:58 +01:00
parent 5e2617f7f1
commit af2df40337
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/Module-Pluggable-4.6.tar.gz
/Module-Pluggable-4.7.tar.gz
/Module-Pluggable-4.8.tar.gz
/Module-Pluggable-5.0.tar.gz

View File

@ -1,10 +1,10 @@
%global cpan_version 4.8
%global cpan_version 5.0
Name: perl-Module-Pluggable
# Epoch to compete with perl.spec
Epoch: 1
# Keep two digit decimal part
Version: %{cpan_version}0
Release: 291%{?dist}
Release: 1%{?dist}
Summary: Automatically give your module the ability to have plugins
License: GPL+ or Artistic
Group: Development/Libraries
@ -32,7 +32,6 @@ BuildRequires: perl(Data::Dumper)
BuildRequires: perl(lib)
BuildRequires: perl(Test::More) >= 0.62
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(File::Basename)
Requires: perl(File::Spec::Functions) >= 3.00
%if 0%(perl -e 'print $] > 5.017')
Requires: perl(deprecate)
@ -68,6 +67,9 @@ perl Build.PL installdirs=vendor
%{_mandir}/man3/*
%changelog
* Mon Jan 06 2014 Petr Pisar <ppisar@redhat.com> - 1:5.00-1
- 5.0 bump
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.80-291
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
28806a26002ef887db8430f14ba3f5cd Module-Pluggable-4.8.tar.gz
15a539c8d0b5e61d8a475949127fc682 Module-Pluggable-5.0.tar.gz