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.6.tar.gz
|
||||||
/Module-Pluggable-4.7.tar.gz
|
/Module-Pluggable-4.7.tar.gz
|
||||||
/Module-Pluggable-4.8.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
|
Name: perl-Module-Pluggable
|
||||||
# Epoch to compete with perl.spec
|
# Epoch to compete with perl.spec
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
# Keep two digit decimal part
|
# Keep two digit decimal part
|
||||||
Version: %{cpan_version}0
|
Version: %{cpan_version}0
|
||||||
Release: 291%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Automatically give your module the ability to have plugins
|
Summary: Automatically give your module the ability to have plugins
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -32,7 +32,6 @@ BuildRequires: perl(Data::Dumper)
|
|||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(Test::More) >= 0.62
|
BuildRequires: perl(Test::More) >= 0.62
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(File::Basename)
|
|
||||||
Requires: perl(File::Spec::Functions) >= 3.00
|
Requires: perl(File::Spec::Functions) >= 3.00
|
||||||
%if 0%(perl -e 'print $] > 5.017')
|
%if 0%(perl -e 'print $] > 5.017')
|
||||||
Requires: perl(deprecate)
|
Requires: perl(deprecate)
|
||||||
@ -68,6 +67,9 @@ perl Build.PL installdirs=vendor
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user