rpms/perl-IO-Null/devel perl-IO-Null.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sun Sep 17 20:47:35 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-IO-Null/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20213

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


Index: perl-IO-Null.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Null/devel/perl-IO-Null.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-IO-Null.spec	23 May 2006 02:04:38 -0000	1.1
+++ perl-IO-Null.spec	17 Sep 2006 20:47:34 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-IO-Null
 Version:        1.01
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Class for null filehandles
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -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 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/*
 
@@ -47,6 +47,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 1.01-2
+- Fix find option order.
+
 * Thu Mar 09 2006 Steven Pritchard <steve at kspei.com> 1.01-1
 - Specfile autogenerated.
 - Improve description and Summary.


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list