rpms/perl-Module-Pluggable/devel perl-Module-Pluggable.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sun Sep 17 20:53:54 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Module-Pluggable/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21178

Modified Files:
	perl-Module-Pluggable.spec 
Removed Files:
	needs.rebuild 
Log Message:
Fix find option order.


Index: perl-Module-Pluggable.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Pluggable/devel/perl-Module-Pluggable.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Module-Pluggable.spec	17 Jul 2006 23:26:22 -0000	1.3
+++ perl-Module-Pluggable.spec	17 Sep 2006 20:53:54 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           perl-Module-Pluggable
 Version:        3.10
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Automatically give your module the ability to have plugins
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -29,7 +29,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
@@ -46,6 +46,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 3.10-2
+- Fix find option order.
+
 * Mon Jul 17 2006 Steven Pritchard <steve at kspei.com> 3.10-1
 - Update to 3.1 (using 3.10 for the package since 3.01 == 3.1 to rpm).
 - BR Class::Inspector.


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list