[perl-Hash-MultiValue] Update to 0.14

李瑞彬 cheeselee at fedoraproject.org
Tue May 28 09:31:06 UTC 2013


commit 078048fe9155d9d5a0fe8525983fd6c1e3a356a3
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Tue May 28 17:30:47 2013 +0800

    Update to 0.14
    
    - Use Build.PL
    - BR: perl(Test::Pod), perl(Module::Build::Tiny)

 .gitignore                |    1 +
 perl-Hash-MultiValue.spec |   21 ++++++++++++++-------
 sources                   |    2 +-
 3 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 972d8a4..49efeba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Hash-MultiValue-0.08.tar.gz
 /Hash-MultiValue-0.10.tar.gz
 /Hash-MultiValue-0.12.tar.gz
 /Hash-MultiValue-0.13.tar.gz
+/Hash-MultiValue-0.14.tar.gz
diff --git a/perl-Hash-MultiValue.spec b/perl-Hash-MultiValue.spec
index b1bc3f8..54adbce 100644
--- a/perl-Hash-MultiValue.spec
+++ b/perl-Hash-MultiValue.spec
@@ -1,7 +1,7 @@
 Name:           perl-Hash-MultiValue
 Summary:        Store multiple values per key
-Version:        0.13
-Release:        2%{?dist}
+Version:        0.14
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Hash-MultiValue-%{version}.tar.gz 
@@ -10,9 +10,11 @@ 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) >= 6.42
+BuildRequires:  perl >= 1:5.8.1
+BuildRequires:  perl(Module::Build::Tiny) >= 0.019
 BuildRequires:  perl(Filter::Util::Call)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod) >= 1.41
 BuildRequires:  perl(UNIVERSAL::ref)
 
 
@@ -27,20 +29,20 @@ contain multiple values per key.
 %setup -q -n Hash-MultiValue-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+perl Build.PL --installdirs vendor
+./Build
 
 %install
 rm -rf %{buildroot}
 
-make pure_install DESTDIR=%{buildroot}
+./Build install --destdir %{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
 %{_fixperms} %{buildroot}/*
 
 %check
-make test
+./Build test
 
 
 %clean
@@ -53,6 +55,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue May 28 2013 Robin Lee <cheeselee at fedoraproject.org> - 0.14-1
+- Update to 0.14
+- Use Build.PL
+- BR: perl(Test::Pod), perl(Module::Build::Tiny)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 43eb64f..5598cec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f8c7ade4955374ad52e5a743f0812724  Hash-MultiValue-0.13.tar.gz
+38e63bcdc224ee25a098085190ccc291  Hash-MultiValue-0.14.tar.gz


More information about the scm-commits mailing list