rpms/perl-IO-Zlib/devel perl-IO-Zlib.spec,1.8,1.9

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Dec 21 16:12:55 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-IO-Zlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30827

Modified Files:
	perl-IO-Zlib.spec 
Log Message:
Fix find option order.
Use fixperms macro instead of our own chmod incantation.



Index: perl-IO-Zlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Zlib/devel/perl-IO-Zlib.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-IO-Zlib.spec	23 Oct 2007 20:13:33 -0000	1.8
+++ perl-IO-Zlib.spec	21 Dec 2007 16:12:16 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           perl-IO-Zlib
 Version:        1.07
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Perl IO:: style interface to Compress::Zlib
 
 Group:          Development/Libraries
@@ -35,8 +35,8 @@
 rm -rf $RPM_BUILD_ROOT
 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 ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 
 %check
@@ -55,6 +55,10 @@
 
 
 %changelog
+* Fri Dec 21 2007 Steven Pritchard <steve at kspei.com> 1.07-3
+- Fix find option order.
+- Use fixperms macro instead of our own chmod incantation.
+
 * Tue Oct 23 2007 Robin Norwood <rnorwood at redhat.com> - 1.07-2
 - Remove BR: perl
 - Minor specfile cleanups




More information about the fedora-extras-commits mailing list