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

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


Author: steve

Update of /cvs/extras/rpms/perl-Pod-Readme/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22134

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


Index: perl-Pod-Readme.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Pod-Readme/devel/perl-Pod-Readme.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Pod-Readme.spec	12 May 2006 23:16:27 -0000	1.2
+++ perl-Pod-Readme.spec	17 Sep 2006 20:59:27 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-Pod-Readme
 Version:        0.081
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Convert POD to README file
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -40,7 +40,7 @@
 #./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 make 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/*
 
@@ -60,6 +60,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.081-3
+- Fix find option order.
+
 * Fri May 12 2006 Steven Pritchard <steve at kspei.com> 0.081-2
 - Use Makefile.PL temporarily to work around Module::Build breakage.
 


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list