[perl-Params-Util/el5] - Upstream update. - Remove BuildArch: noarch (package now is arch'ed). - Remove testsuite hack to a

Paul Howarth pghmcfc at fedoraproject.org
Sun Mar 18 13:45:31 UTC 2012


commit 4568c4f4956abbff37cd13ac0d186625fff0212a
Author: corsepiu <corsepiu at fedoraproject.org>
Date:   Sat Nov 29 03:24:47 2008 +0000

    - Upstream update.
    - Remove BuildArch: noarch (package now is arch'ed).
    - Remove testsuite hack to accept perl(Test::CPAN::Meta) != 0.07.

 perl-Params-Util.spec |   19 ++++++++++---------
 sources               |    2 +-
 2 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/perl-Params-Util.spec b/perl-Params-Util.spec
index 8901a9d..1c0260a 100644
--- a/perl-Params-Util.spec
+++ b/perl-Params-Util.spec
@@ -1,6 +1,6 @@
 Name: 		perl-Params-Util
-Version: 	0.33
-Release: 	2%{?dist}
+Version: 	0.35
+Release: 	1%{?dist}
 Summary: 	Simple standalone param-checking functions
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
@@ -9,7 +9,6 @@ Source0: 	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-%{versio
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildArch: 	noarch
 
 BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(Test::More) >= 0.47
@@ -29,11 +28,6 @@ makes checking parameters a hell of a lot easier.
 %setup -q -n Params-Util-%{version}
 find -type f -exec chmod -x {} \;
 
-%if "%{version}" == "0.33"
-# Hack around 0.33 failing to find Test::CPAN::Meta
-sed -i -e "s,\'Test::CPAN::Meta 0.07\',\'Test::CPAN::Meta\'," t/97_meta.t
-%endif
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -54,10 +48,17 @@ make test AUTOMATED_TESTING=1
 %files
 %defattr(-,root,root,-)
 %doc Changes LICENSE
-%{perl_vendorlib}/Params
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/Params
+
 %{_mandir}/man3/*
 
 %changelog
+* Sat Nov 29 2008 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.35-1
+- Upstream update.
+- Remove BuildArch: noarch (package now is arch'ed).
+- Remove testsuite hack to accept perl(Test::CPAN::Meta) != 0.07.
+
 * Tue Jul 08 2008 Ralf Corsépius <rc040203 at freenet.de> - 0.33-2
 - Unconditionally BR: perl(Test::CPAN::Meta).
 
diff --git a/sources b/sources
index 62410db..e56fe18 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afe29403e9a9e8ccc75b8bfec1206f8e  Params-Util-0.33.tar.gz
+54af1ee61d879c15ee2dd6fe6d879c71  Params-Util-0.35.tar.gz



More information about the perl-devel mailing list