rpms/perl-Text-Reform/devel perl-Text-Reform.spec,1.9,1.10

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


Author: steve

Update of /cvs/extras/rpms/perl-Text-Reform/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10255

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



Index: perl-Text-Reform.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Reform/devel/perl-Text-Reform.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-Text-Reform.spec	29 Aug 2006 00:29:04 -0000	1.9
+++ perl-Text-Reform.spec	17 Apr 2007 18:45:19 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           perl-Text-Reform
 Version:        1.11
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Manual text wrapping and reformatting
 License:        Artistic
 Group:          Development/Libraries
@@ -8,6 +8,7 @@
 Source0:        http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Reform-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(TeX::Hyphen)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -35,7 +36,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
@@ -50,6 +51,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard <steve at kspei.com> 1.11-7
+- BR ExtUtils::MakeMaker.
+- Use fixperms macro instead of our own chmod incantation.
+
 * Mon Aug 28 2006 Steven Pritchard <steve at kspei.com> 0.11-6
 - Minor spec cleanup to more closely resemble current cpanspec output.
 




More information about the scm-commits mailing list