fedora-rpmdevtools spectemplate-perl.spec, 1.12, 1.13 rpmdevtools.spec, 1.3, 1.4

Ville Skytta (scop) fedora-extras-commits at redhat.com
Wed Jul 19 16:24:30 UTC 2006


Author: scop

Update of /cvs/fedora/fedora-rpmdevtools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8147

Modified Files:
	spectemplate-perl.spec rpmdevtools.spec 
Log Message:
Move option arguments to "find" before non-option ones in Perl spec template.


Index: spectemplate-perl.spec
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/spectemplate-perl.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- spectemplate-perl.spec	28 Dec 2005 19:16:29 -0000	1.12
+++ spectemplate-perl.spec	19 Jul 2006 16:24:28 -0000	1.13
@@ -30,7 +30,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 f -name '*.bs' -a -size 0 -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+w $RPM_BUILD_ROOT/*
 
 


Index: rpmdevtools.spec
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rpmdevtools.spec	18 Jul 2006 16:52:35 -0000	1.3
+++ rpmdevtools.spec	19 Jul 2006 16:24:28 -0000	1.4
@@ -112,6 +112,9 @@
 
 
 %changelog
+* Wed Jul 19 2006 Ville Skyttä <ville.skytta at iki.fi>
+- Move option arguments to "find" before non-option ones in Perl spec template.
+
 * Tue Jul 18 2006 Ville Skyttä <ville.skytta at iki.fi>
 - Add PHP PEAR spec template (#198706, Christopher Stone).
 




More information about the fedora-extras-commits mailing list