rpms/perl-Convert-PEM/EL-5 perl-Convert-PEM.spec,1.3,1.4

Paul Howarth pghmcfc at fedoraproject.org
Wed May 13 06:34:29 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Convert-PEM/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4849/EL-5

Modified Files:
	perl-Convert-PEM.spec 
Log Message:
Clean up for first EPEL build


Index: perl-Convert-PEM.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Convert-PEM/EL-5/perl-Convert-PEM.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Convert-PEM.spec	17 Sep 2006 18:14:34 -0000	1.3
+++ perl-Convert-PEM.spec	13 May 2009 06:33:59 -0000	1.4
@@ -1,8 +1,8 @@
 Name:           perl-Convert-PEM
 Version:        0.07
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Read/write encrypted ASN.1 PEM files
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Convert-PEM/
 Source0:        http://www.cpan.org/authors/id/B/BT/BTROTT/Convert-PEM-%{version}.tar.gz
@@ -11,6 +11,7 @@ BuildArch:      noarch
 BuildRequires:  perl(Crypt::DES_EDE3)
 BuildRequires:  perl(Convert::ASN1) >= 0.10
 BuildRequires:  perl(Class::ErrorHandler)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(Crypt::DES_EDE3)
 Requires:       perl(Convert::ASN1) >= 0.10
 Requires:       perl(Class::ErrorHandler)
@@ -35,7 +36,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
@@ -53,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard <steve at kspei.com> 0.07-5
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.07-4
 - Canonicalize Source0 URL.
 - Fix find option order.




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