rpms/perl-Module-Pluggable/F-8 perl-Module-Pluggable.spec,1.7,1.8

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sat Dec 29 05:58:26 UTC 2007


Author: corsepiu

Update of /cvs/pkgs/rpms/perl-Module-Pluggable/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13832/F-8

Modified Files:
	perl-Module-Pluggable.spec 
Log Message:
* Sat Dec 29 2007 Ralf Corsepius <rc040203 at freenet.de> - 3.60-2
- Adjust License-tag.
- Fix perms on sources.
- BR: perl(Test::More) (BZ 419631).



Index: perl-Module-Pluggable.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Module-Pluggable/F-8/perl-Module-Pluggable.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-Module-Pluggable.spec	17 Apr 2007 19:43:03 -0000	1.7
+++ perl-Module-Pluggable.spec	29 Dec 2007 05:57:47 -0000	1.8
@@ -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 @@
 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 @@
 
 %prep
 %setup -q -n Module-Pluggable-%{module_version}
+find -type f -exec chmod -x {} \;
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -46,6 +48,11 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Dec 29 2007 Ralf Corsepius <rc040203 at 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 at kspei.com> 3.60-1
 - Update to 3.6.
 




More information about the fedora-extras-commits mailing list