rpms/cpanspec/devel cpanspec.spec,1.11,1.12 needs.rebuild,1.1,NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sun Sep 17 17:33:11 UTC 2006


Author: steve

Update of /cvs/extras/rpms/cpanspec/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4947

Modified Files:
	cpanspec.spec 
Removed Files:
	needs.rebuild 
Log Message:
Fix find option order.


Index: cpanspec.spec
===================================================================
RCS file: /cvs/extras/rpms/cpanspec/devel/cpanspec.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cpanspec.spec	21 Jul 2006 01:10:07 -0000	1.11
+++ cpanspec.spec	17 Sep 2006 17:33:11 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           cpanspec
 Version:        1.68
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        RPM spec file generation utility
 License:        GPL or Artistic
 Group:          Development/Tools
@@ -34,7 +34,7 @@
 ./Build install destdir=$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/*
 
@@ -52,6 +52,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 1.68-2
+- Fix find option order.
+
 * Thu Jul 20 2006 Steven Pritchard <steve at kspei.com> 1.68-1
 - Update to 1.68.
 - Include Changes.


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list