4.8 bump
This commit is contained in:
parent
54702fa764
commit
4d71e0f5ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/Module-Pluggable-3.6.tar.gz
|
/Module-Pluggable-3.6.tar.gz
|
||||||
/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
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Name: perl-Module-Pluggable
|
Name: perl-Module-Pluggable
|
||||||
# Epoch to compete with perl.spec
|
# Epoch to compete with perl.spec
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 4.7
|
Version: 4.8
|
||||||
Release: 1%{?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
|
||||||
@ -12,14 +12,19 @@ BuildArch: noarch
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(FindBin)
|
BuildRequires: perl(FindBin)
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
|
BuildRequires: perl(strict)
|
||||||
# Run-time:
|
# Run-time:
|
||||||
BuildRequires: perl(base)
|
BuildRequires: perl(base)
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
|
%if 0%(perl -e 'print $] > 5.017')
|
||||||
|
BuildRequires: perl(deprecate)
|
||||||
|
%endif
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(File::Basename)
|
BuildRequires: perl(File::Basename)
|
||||||
BuildRequires: perl(File::Find)
|
BuildRequires: perl(File::Find)
|
||||||
BuildRequires: perl(File::Spec::Functions) >= 3.00
|
BuildRequires: perl(File::Spec::Functions) >= 3.00
|
||||||
BuildRequires: perl(if)
|
BuildRequires: perl(if)
|
||||||
|
BuildRequires: perl(vars)
|
||||||
# Tests:
|
# Tests:
|
||||||
BuildRequires: perl(Data::Dumper)
|
BuildRequires: perl(Data::Dumper)
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
@ -27,6 +32,9 @@ 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::Basename)
|
||||||
Requires: perl(File::Spec::Functions) >= 3.00
|
Requires: perl(File::Spec::Functions) >= 3.00
|
||||||
|
%if 0%(perl -e 'print $] > 5.017')
|
||||||
|
Requires: perl(deprecate)
|
||||||
|
%endif
|
||||||
|
|
||||||
# Filter under-specified dependencies
|
# Filter under-specified dependencies
|
||||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec::Functions\\)$
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec::Functions\\)$
|
||||||
@ -58,6 +66,9 @@ perl Build.PL installdirs=vendor
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 28 2013 Petr Pisar <ppisar@redhat.com> - 1:4.8-1
|
||||||
|
- 4.8 bump
|
||||||
|
|
||||||
* Thu Feb 28 2013 Petr Pisar <ppisar@redhat.com> - 1:4.7-1
|
* Thu Feb 28 2013 Petr Pisar <ppisar@redhat.com> - 1:4.7-1
|
||||||
- 4.7 bump
|
- 4.7 bump
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user