Author: corsepiu Update of /cvs/pkgs/rpms/perl-Params-Util/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6109/F-9 Modified Files: .cvsignore perl-Params-Util.spec sources Log Message: * Thu Feb 12 2009 Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> - 0.37-1 - Upstream update. - Pass OPTIMIZE to make. - Remove *.bs after install. - Misc. minor spec fixes. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-9/.cvsignore,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- .cvsignore 29 Nov 2008 03:24:47 -0000 1.24 +++ .cvsignore 12 Feb 2009 05:14:34 -0000 1.25 @@ -1 +1 @@ -Params-Util-0.35.tar.gz +Params-Util-0.37.tar.gz Index: perl-Params-Util.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-9/perl-Params-Util.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- perl-Params-Util.spec 29 Nov 2008 03:24:47 -0000 1.33 +++ perl-Params-Util.spec 12 Feb 2009 05:14:34 -0000 1.34 @@ -1,24 +1,24 @@ -Name: perl-Params-Util -Version: 0.35 -Release: 1%{?dist} -Summary: Simple standalone param-checking functions -License: GPL+ or Artistic -Group: Development/Libraries -URL: http://search.cpan.org/dist/Params-Util/ -Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Name: perl-Params-Util +Version: 0.37 +Release: 1%{?dist} +Summary: Simple standalone param-checking functions +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Params-Util/ +Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(File::Spec) >= 0.82 -BuildRequires: perl(Scalar::Util) >= 1.14 -BuildRequires: perl(Test::MinimumVersion) >= 0.007 +BuildRequires: perl(Scalar::Util) >= 1.14 +BuildRequires: perl(Test::MinimumVersion) >= 0.007 # Required by the tests -BuildRequires: perl(Test::Pod) >= 1.00 -BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 %description Params::Util provides a basic set of importable functions that @@ -26,16 +26,16 @@ %prep %setup -q -n Params-Util-%{version} -find -type f -exec chmod -x {} \; %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install 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 f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -54,6 +54,12 @@ %{_mandir}/man3/* %changelog +* Thu Feb 12 2009 Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> - 0.37-1 +- Upstream update. +- Pass OPTIMIZE to make. +- Remove *.bs after install. +- Misc. minor spec fixes. + * Sat Nov 29 2008 Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> - 0.35-1 - Upstream update. - Remove BuildArch: noarch (package now is arch'ed). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-9/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sources 29 Nov 2008 03:24:47 -0000 1.24 +++ sources 12 Feb 2009 05:14:34 -0000 1.25 @@ -1 +1 @@ -54af1ee61d879c15ee2dd6fe6d879c71 Params-Util-0.35.tar.gz +0408b6ff9dd32e6dc0b5405c5e0f55e6 Params-Util-0.37.tar.gz -- 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