rpms/perl-CPAN-DistnameInfo/devel perl-CPAN-DistnameInfo.spec, 1.2, 1.3

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Apr 17 22:56:59 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-CPAN-DistnameInfo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2299

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



Index: perl-CPAN-DistnameInfo.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-CPAN-DistnameInfo/devel/perl-CPAN-DistnameInfo.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-CPAN-DistnameInfo.spec	17 Sep 2006 18:37:39 -0000	1.2
+++ perl-CPAN-DistnameInfo.spec	17 Apr 2007 22:56:25 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-CPAN-DistnameInfo
 Version:        0.06
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        CPAN::DistnameInfo Perl module
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,7 @@
 Source0:        http://www.cpan.org/authors/id/G/GB/GBARR/CPAN-DistnameInfo-%{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
@@ -38,7 +39,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/*
 
 perldoc -t perlgpl > COPYING
 perldoc -t perlartistic > Artistic
@@ -56,6 +57,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard <steve at kspei.com> 0.06-3
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.06-2
 - Canonicalize Source0 URL.
 - Fix find option order.




More information about the fedora-extras-commits mailing list