rpms/perl-Params-Util/devel .cvsignore, 1.24, 1.25 perl-Params-Util.spec, 1.34, 1.35 sources, 1.24, 1.25

Ralf Corsépius corsepiu at fedoraproject.org
Thu Feb 12 05:15:04 UTC 2009


Author: corsepiu

Update of /cvs/pkgs/rpms/perl-Params-Util/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6109/devel

Modified Files:
	.cvsignore perl-Params-Util.spec sources 
Log Message:
* Thu Feb 12 2009 Ralf Corsépius <corsepiu at fedoraproject.org> - 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/devel/.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:33 -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/devel/perl-Params-Util.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- perl-Params-Util.spec	29 Nov 2008 03:24:47 -0000	1.34
+++ perl-Params-Util.spec	12 Feb 2009 05:14:33 -0000	1.35
@@ -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 at fedoraproject.org> - 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 at fedoraproject.org> - 0.35-1
 - Upstream update.
 - Remove BuildArch: noarch (package now is arch'ed).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Params-Util/devel/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:33 -0000	1.25
@@ -1 +1 @@
-54af1ee61d879c15ee2dd6fe6d879c71  Params-Util-0.35.tar.gz
+0408b6ff9dd32e6dc0b5405c5e0f55e6  Params-Util-0.37.tar.gz




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