rpms/perl-DateTime-Format-ICal/devel perl-DateTime-Format-ICal.spec, 1.2, 1.3

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


Author: steve

Update of /cvs/extras/rpms/perl-DateTime-Format-ICal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7221

Modified Files:
	perl-DateTime-Format-ICal.spec 
Log Message:
Use fixperms macro instead of our own chmod incantation.


Index: perl-DateTime-Format-ICal.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-ICal/devel/perl-DateTime-Format-ICal.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-DateTime-Format-ICal.spec	17 Sep 2006 19:04:46 -0000	1.2
+++ perl-DateTime-Format-ICal.spec	17 Apr 2007 23:18:07 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-DateTime-Format-ICal
 Version:        0.08
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Parse and format iCal datetime and duration strings
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -36,7 +36,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
@@ -51,6 +51,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard <steve at kspei.com> 0.08-4
+- Use fixperms macro instead of our own chmod incantation.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.08-3
 - Fix find option order.
 




More information about the scm-commits mailing list