Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Convert-ASCII-Armour/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23538/EL-4 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-4/perl-Convert-ASCII-Armour.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Convert-ASCII-Armour.spec 2 Feb 2006 14:21:07 -0000 1.2 +++ perl-Convert-ASCII-Armour.spec 13 May 2009 08:09:34 -0000 1.3 @@ -1,14 +1,15 @@ Name: perl-Convert-ASCII-Armour Version: 1.4 -Release: 3%{?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/modules/by-module/Convert/Convert-ASCII-Armour-%{version}.tar.gz +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 @@ -34,9 +35,9 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +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,14 @@ 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. + * Thu Feb 02 2006 Steven Pritchard <steve@xxxxxxxxx> 1.4-3 - Better Summary (BZ #168610). -- 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