rpms/perl-DateTime-Format-W3CDTF/devel perl-DateTime-Format-W3CDTF.spec, 1.1, 1.2

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


Author: steve

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

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



Index: perl-DateTime-Format-W3CDTF.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-W3CDTF/devel/perl-DateTime-Format-W3CDTF.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-DateTime-Format-W3CDTF.spec	28 Aug 2006 16:00:49 -0000	1.1
+++ perl-DateTime-Format-W3CDTF.spec	17 Apr 2007 23:20:54 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-DateTime-Format-W3CDTF
 Version:        0.04
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Parse and format W3CDTF datetime strings
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -9,6 +9,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(DateTime)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -31,7 +32,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
@@ -46,6 +47,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard <steve at kspei.com> 0.04-2
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Sat Aug 26 2006 Steven Pritchard <steve at kspei.com> 0.04-1
 - Specfile autogenerated by cpanspec 1.68.
 - Fix License tag.




More information about the fedora-extras-commits mailing list