rpms/perl-DateTime-Format-ICal/devel perl-DateTime-Format-ICal.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE

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


Author: steve

Update of /cvs/extras/rpms/perl-DateTime-Format-ICal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13667

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


Index: perl-DateTime-Format-ICal.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-ICal/devel/perl-DateTime-Format-ICal.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-DateTime-Format-ICal.spec	8 Jul 2006 21:27:55 -0000	1.1
+++ perl-DateTime-Format-ICal.spec	17 Sep 2006 19:04:46 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-DateTime-Format-ICal
 Version:        0.08
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Parse and format iCal datetime and duration strings
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -34,7 +34,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/*
 
@@ -51,6 +51,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.08-3
+- Fix find option order.
+
 * Sat Jul 08 2006 Steven Pritchard <steve at kspei.com> 0.08-2
 - Remove redundant explicit dependencies.
 


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list