rpms/perl-Crypt-DES/devel perl-Crypt-DES.spec,1.3,1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Apr 17 20:50:55 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-Crypt-DES/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23146

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



Index: perl-Crypt-DES.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-DES/devel/perl-Crypt-DES.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Crypt-DES.spec	28 Aug 2006 22:14:11 -0000	1.3
+++ perl-Crypt-DES.spec	17 Apr 2007 20:50:18 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-Crypt-DES
 Version:        2.05
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Perl DES encryption module
 License:        BSD-style
 Group:          Development/Libraries
@@ -8,6 +8,7 @@
 Source0:        http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(Crypt::CBC)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -29,7 +30,7 @@
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -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
@@ -45,6 +46,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard <steve at kspei.com> 2.05-4
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Mon Aug 28 2006 Steven Pritchard <steve at kspei.com> 2.05-3
 - Fix find option order.
 - Minor spec cleanup to more closely match cpanspec output.




More information about the scm-commits mailing list