rpms/perl-Module-Info/devel perl-Module-Info.spec,1.3,1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Wed Apr 18 15:20:35 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-Module-Info/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2867

Modified Files:
	perl-Module-Info.spec 
Log Message:
Use fixperms macro instead of our own chmod incantation.



Index: perl-Module-Info.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Info/devel/perl-Module-Info.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Module-Info.spec	17 Sep 2006 22:43:14 -0000	1.3
+++ perl-Module-Info.spec	18 Apr 2007 15:20:01 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-Module-Info
 Version:        0.30
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Information about Perl modules
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -31,7 +31,7 @@
 
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
@@ -48,6 +48,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 18 2007 Steven Pritchard <steve at kspei.com> 0.30-5
+- Use fixperms macro instead of our own chmod incantation.
+
 * Sun Sep 17 2006 Steven Pritchard <steve at kspei.com> 0.30-4
 - Rebuild.
 




More information about the scm-commits mailing list