rpms/perl-IO-All/devel perl-IO-All.spec, 1.5, 1.6 needs.rebuild, 1.1, NONE

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


Author: steve

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

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


Index: perl-IO-All.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-All/devel/perl-IO-All.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-IO-All.spec	8 Jul 2006 16:41:58 -0000	1.5
+++ perl-IO-All.spec	17 Sep 2006 20:46:31 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           perl-IO-All
 Version:        0.35
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        IO::All Perl module
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -42,7 +42,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/*
 
@@ -59,6 +59,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.35-4
+- Fix find option order.
+
 * Fri Jul 07 2006 Steven Pritchard <steve at kspei.com> 0.35-3
 - BR IO::String so the tests actually pass.
 


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list