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

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


Author: steve

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

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



Index: perl-Text-Levenshtein.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Levenshtein/devel/perl-Text-Levenshtein.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Text-Levenshtein.spec	29 Aug 2006 00:39:35 -0000	1.2
+++ perl-Text-Levenshtein.spec	18 Apr 2007 15:58:50 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-Text-Levenshtein
 Version:        0.05
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Implementation of the Levenshtein edit distance
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,7 @@
 Source0:        http://www.cpan.org/authors/id/J/JG/JGOLDBERG/Text-Levenshtein-%{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/*
 
 %check
 make test
@@ -48,6 +49,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 18 2007 Steven Pritchard <steve at kspei.com> 0.05-4
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Mon Aug 28 2006 Steven Pritchard <steve at kspei.com> 0.05-3
 - Improve Summary, description, and Source0 URL.
 - Fix find option ordering.




More information about the scm-commits mailing list