rpms/perl-HTML-Mason/devel perl-HTML-Mason.spec, 1.6, 1.7 needs.rebuild, 1.1, NONE

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


Author: steve

Update of /cvs/extras/rpms/perl-HTML-Mason/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14151

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


Index: perl-HTML-Mason.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-HTML-Mason/devel/perl-HTML-Mason.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-HTML-Mason.spec	8 Jun 2006 22:45:39 -0000	1.6
+++ perl-HTML-Mason.spec	17 Sep 2006 19:13:54 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           perl-HTML-Mason
 Version:        1.33
-Release:        2%{?dist}
+Release:        3%{?dist}
 Epoch:          1
 Summary:        Powerful Perl-based web site development and delivery engine
 License:        GPL or Artistic
@@ -53,7 +53,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/*
 
@@ -87,6 +87,9 @@
 %dir %{_localstatedir}/www/mason
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 1.33-3
+- Fix find option order.
+
 * Thu Jun 08 2006 Steven Pritchard <steve at kspei.com> 1:1.33-2
 - Add explicit dependency on HTML::Entities
 


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list