5.0 bump
This commit is contained in:
parent
5e2617f7f1
commit
af2df40337
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user