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

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


Author: steve

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

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



Index: perl-DateTime-Format-Strptime.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-Strptime/devel/perl-DateTime-Format-Strptime.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-DateTime-Format-Strptime.spec	17 Sep 2006 19:05:46 -0000	1.2
+++ perl-DateTime-Format-Strptime.spec	17 Apr 2007 23:19:59 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-DateTime-Format-Strptime
 Version:        1.0700
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Parse and format strp and strf time patterns
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -12,6 +12,7 @@
 BuildRequires:  perl(DateTime)
 BuildRequires:  perl(DateTime::Locale) >= 0.02
 BuildRequires:  perl(DateTime::TimeZone) >= 0.25
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Params::Validate) >= 0.64
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -37,7 +38,7 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 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
 make test
@@ -52,6 +53,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard <steve at kspei.com> 1.0700-3
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 1.0700-2
 - Fix find option order.
 




More information about the scm-commits mailing list