rpms/perl-Text-Diff/devel perl-Text-Diff.spec,1.2,1.3

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Wed Apr 18 15:58:49 UTC 2007


Author: steve

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

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



Index: perl-Text-Diff.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Diff/devel/perl-Text-Diff.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Text-Diff.spec	29 Aug 2006 01:05:36 -0000	1.2
+++ perl-Text-Diff.spec	18 Apr 2007 15:58:15 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-Text-Diff
 Version:        0.35
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Perform diffs on files and record sets
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -9,6 +9,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Algorithm::Diff)
+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/*
 
 %check
 make test
@@ -48,6 +49,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 18 2007 Steven Pritchard <steve at kspei.com> 0.35-4
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Mon Aug 28 2006 Steven Pritchard <steve at kspei.com> 0.35-3
 - Improve Summary, description, and Source0 URL.
 - Fix find option ordering.




More information about the scm-commits mailing list