This commit is contained in:
Petr Písař 2013-05-28 14:13:49 +02:00
parent 54702fa764
commit 4d71e0f5ac
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/Module-Pluggable-3.6.tar.gz
/Module-Pluggable-4.6.tar.gz
/Module-Pluggable-4.7.tar.gz
/Module-Pluggable-4.8.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-Module-Pluggable
# Epoch to compete with perl.spec
Epoch: 1
Version: 4.7
Version: 4.8
Release: 1%{?dist}
Summary: Automatically give your module the ability to have plugins
License: GPL+ or Artistic
@ -12,14 +12,19 @@ BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(FindBin)
BuildRequires: perl(Module::Build)
BuildRequires: perl(strict)
# Run-time:
BuildRequires: perl(base)
BuildRequires: perl(Carp)
%if 0%(perl -e 'print $] > 5.017')
BuildRequires: perl(deprecate)
%endif
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec::Functions) >= 3.00
BuildRequires: perl(if)
BuildRequires: perl(vars)
# Tests:
BuildRequires: perl(Data::Dumper)
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(File::Basename)
Requires: perl(File::Spec::Functions) >= 3.00
%if 0%(perl -e 'print $] > 5.017')
Requires: perl(deprecate)
%endif
# Filter under-specified dependencies
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec::Functions\\)$
@ -58,6 +66,9 @@ perl Build.PL installdirs=vendor
%{_mandir}/man3/*
%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
- 4.7 bump

View File

@ -1 +1 @@
bde569c825bae9fe4a1cf06a7475f741 Module-Pluggable-4.7.tar.gz
28806a26002ef887db8430f14ba3f5cd Module-Pluggable-4.8.tar.gz