rpms/perl-Pipeline/devel perl-Pipeline.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE

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


Author: steve

Update of /cvs/extras/rpms/perl-Pipeline/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22102

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


Index: perl-Pipeline.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Pipeline/devel/perl-Pipeline.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Pipeline.spec	25 May 2006 18:40:58 -0000	1.2
+++ perl-Pipeline.spec	17 Sep 2006 20:59:23 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-Pipeline
 Version:        3.12
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Generic pipeline interface
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -39,7 +39,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/*
 
@@ -56,6 +56,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 3.12-3
+- Fix find option order.
+
 * Thu May 25 2006 Steven Pritchard <steve at kspei.com> 3.12-2
 - Add BR: File::Find::Rule for better test coverage.
 


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list