rpms/perl-Class-Loader/EL-5 perl-Class-Loader.spec,1.3,1.4

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Wed Jun 25 06:14:29 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Class-Loader/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32317

Modified Files:
	perl-Class-Loader.spec 
Log Message:
Sync to current version


Index: perl-Class-Loader.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Class-Loader/EL-5/perl-Class-Loader.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Class-Loader.spec	29 Aug 2006 16:35:02 -0000	1.3
+++ perl-Class-Loader.spec	25 Jun 2008 06:13:41 -0000	1.4
@@ -1,14 +1,15 @@
 Summary:	Load modules and create objects on demand
 Name:		perl-Class-Loader
 Version:	2.03
-Release:	3%{?dist}
-License:	GPL or Artistic
+Release:	5%{?dist}
+License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Class-Loader/
 Source0:	http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Class-Loader-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:	noarch
+BuildRequires:	perl(ExtUtils::MakeMaker)
 
 %description
 Certain applications like to defer the decision to use a particular module till
@@ -39,19 +40,26 @@
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
 %{__chmod} -R u+w %{buildroot}/*
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
 %doc ARTISTIC Changes
 %{perl_vendorlib}/Class/
 %{_mandir}/man3/Class::Loader.3pm*
 
 %changelog
+* Fri Aug 10 2007 Paul Howarth <paul at city-fan.org> 2.03-5
+- Clarify license as GPL v1 or later, or Artistic (same as perl)
+
+* Wed Apr 18 2007 Paul Howarth <paul at city-fan.org> 2.03-4
+- Buildrequire perl(ExtUtils::MakeMaker)
+- Fix argument order for find with -depth
+
 * Tue Aug 29 2006 Paul Howarth <paul at city-fan.org> 2.03-3
 - FE6 mass rebuild
 




More information about the fedora-extras-commits mailing list