Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Convert-ASCII-Armour/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23538/EL-5 Modified Files: perl-Convert-ASCII-Armour.spec Log Message: Clean up for first EPEL build Index: perl-Convert-ASCII-Armour.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Convert-ASCII-Armour/EL-5/perl-Convert-ASCII-Armour.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-Convert-ASCII-Armour.spec 17 Sep 2006 18:11:34 -0000 1.3 +++ perl-Convert-ASCII-Armour.spec 13 May 2009 08:09:35 -0000 1.4 @@ -1,14 +1,15 @@ Name: perl-Convert-ASCII-Armour Version: 1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Convert binary octets into ASCII armoured messages -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Convert-ASCII-Armour/ Source0: http://www.cpan.org/authors/id/V/VI/VIPUL/Convert-ASCII-Armour-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Compress::Zlib) +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -36,7 +37,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 @@ -53,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Apr 17 2007 Steven Pritchard <steve@xxxxxxxxx> 1.4-5 +- Use fixperms macro instead of our own chmod incantation. +- BR ExtUtils::MakeMaker. + * Sat Sep 16 2006 Steven Pritchard <steve@xxxxxxxxx> 1.4-4 - Canonicalize Source0 URL. - Fix find option order. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list