rpms/perl-Net-CIDR-Lite/devel perl-Net-CIDR-Lite.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE

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


Author: steve

Update of /cvs/extras/rpms/perl-Net-CIDR-Lite/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21414

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


Index: perl-Net-CIDR-Lite.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-CIDR-Lite/devel/perl-Net-CIDR-Lite.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Net-CIDR-Lite.spec	21 Mar 2006 22:12:45 -0000	1.4
+++ perl-Net-CIDR-Lite.spec	17 Sep 2006 20:55:31 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           perl-Net-CIDR-Lite
 Version:        0.20
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Net::CIDR::Lite Perl module
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -29,7 +29,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/*
 
@@ -49,6 +49,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.20-2
+- Fix find option order.
+
 * Tue Mar 21 2006 Steven Pritchard <steve at kspei.com> 0.20-1
 - Update to 0.20
 - Use canonical URL


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list