rpms/perl-Algorithm-Diff/devel perl-Algorithm-Diff.spec,1.3,1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Wed Apr 18 16:44:36 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-Algorithm-Diff/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10660

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



Index: perl-Algorithm-Diff.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Algorithm-Diff/devel/perl-Algorithm-Diff.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Algorithm-Diff.spec	17 Sep 2006 22:38:44 -0000	1.3
+++ perl-Algorithm-Diff.spec	18 Apr 2007 16:44:02 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-Algorithm-Diff
 Version:        1.1902
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Algorithm::Diff Perl module
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,7 @@
 Source0:        http://www.cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -33,7 +34,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/*
 
 rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Algorithm/*.pl
 
@@ -50,6 +51,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 18 2007 Steven Pritchard <steve at kspei.com> 1.1902-3
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Sun Sep 17 2006 Steven Pritchard <steve at kspei.com> 1.1902-2
 - Rebuild.
 




More information about the scm-commits mailing list