rpms/perl-Crypt-DES_EDE3/EL-5 perl-Crypt-DES_EDE3.spec,1.3,1.4

Paul Howarth pghmcfc at fedoraproject.org
Tue May 12 19:14:26 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-DES_EDE3/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28376/EL-5

Modified Files:
	perl-Crypt-DES_EDE3.spec 
Log Message:
Clean up for first EPEL build


Index: perl-Crypt-DES_EDE3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-DES_EDE3/EL-5/perl-Crypt-DES_EDE3.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Crypt-DES_EDE3.spec	17 Sep 2006 18:39:00 -0000	1.3
+++ perl-Crypt-DES_EDE3.spec	12 May 2009 19:13:56 -0000	1.4
@@ -1,14 +1,15 @@
 Name:           perl-Crypt-DES_EDE3
 Version:        0.01
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Triple-DES EDE encryption/decryption module
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Crypt-DES_EDE3/
 Source0:        http://www.cpan.org/authors/id/B/BT/BTROTT/Crypt-DES_EDE3-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Crypt::DES)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -30,7 +31,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM
 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
@@ -48,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard <steve at kspei.com> 0.01-5
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.01-4
 - Canonicalize Source0 URL.
 - Fix find option order.




More information about the Fedora-perl-devel-list mailing list