summaryrefslogtreecommitdiffstats
path: root/perl-Module-Pluggable.spec
diff options
context:
space:
mode:
Diffstat (limited to 'perl-Module-Pluggable.spec')
-rw-r--r--perl-Module-Pluggable.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/perl-Module-Pluggable.spec b/perl-Module-Pluggable.spec
index 0dd592e..3bf0450 100644
--- a/perl-Module-Pluggable.spec
+++ b/perl-Module-Pluggable.spec
@@ -2,9 +2,9 @@
Name: perl-Module-Pluggable
Version: 3.60
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Automatically give your module the ability to have plugins
-License: GPL or Artistic
+License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Module-Pluggable/
Source0: http://www.cpan.org/authors/id/S/SI/SIMONW/Module-Pluggable-%{module_version}.tar.gz
@@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Module::Build)
BuildRequires: perl(Class::Inspector)
+BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@@ -20,6 +21,7 @@ your module.
%prep
%setup -q -n Module-Pluggable-%{module_version}
+find -type f -exec chmod -x {} \;
%build
%{__perl} Build.PL installdirs=vendor
@@ -46,6 +48,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Sat Dec 29 2007 Ralf Corsepius <rc040203@freenet.de> - 3.60-2
+- Adjust License-tag.
+- Fix perms on sources.
+- BR: perl(Test::More) (BZ 419631).
+
* Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 3.60-1
- Update to 3.6.