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

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Mon Sep 18 21:51:27 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Spoon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26344

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


Index: perl-Spoon.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Spoon/devel/perl-Spoon.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Spoon.spec	12 Jun 2006 18:15:03 -0000	1.3
+++ perl-Spoon.spec	18 Sep 2006 21:51:27 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-Spoon
 Version:        0.23
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Spiffy application framework
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -40,7 +40,7 @@
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-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/*
 
@@ -60,6 +60,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.23-5
+- Fix find option order.
+
 * Mon Jun 12 2006 Steven Pritchard <steve at kspei.com> 0.23-4
 - BR URI::Escape.
 


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list