rpms/perl-File-Type/devel perl-File-Type.spec,1.2,1.3

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Apr 17 23:28:28 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-File-Type/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7664

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


Index: perl-File-Type.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Type/devel/perl-File-Type.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-File-Type.spec	17 Sep 2006 19:10:35 -0000	1.2
+++ perl-File-Type.spec	17 Apr 2007 23:27:54 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-File-Type
 Version:        0.22
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Determine file type using magic
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -28,7 +28,7 @@
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
@@ -43,6 +43,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard <steve at kspei.com> 0.22-4
+- Use fixperms macro instead of our own chmod incantation.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.22-3
 - Fix find option order.
 




More information about the fedora-extras-commits mailing list