[perl-Config-MVP] update to 2.200001

Iain Arnell iarnell at fedoraproject.org
Thu Apr 7 03:53:03 UTC 2011


commit 12570cd54d775244377c7f33701ae5a5fe83d005
Author: Iain Arnell <iarnell at gmail.com>
Date:   Thu Mar 31 16:48:12 2011 +0200

    update to 2.200001

 .gitignore           |    1 +
 perl-Config-MVP.spec |   41 +++++++++++++++++++++++++----------------
 sources              |    2 +-
 3 files changed, 27 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 914c110..6599a1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Config-MVP-2.101650.tar.gz
+/Config-MVP-2.200001.tar.gz
diff --git a/perl-Config-MVP.spec b/perl-Config-MVP.spec
index a575bf1..8e59f70 100644
--- a/perl-Config-MVP.spec
+++ b/perl-Config-MVP.spec
@@ -1,24 +1,34 @@
 Name:           perl-Config-MVP
-Version:        2.101650
-Release:        3%{?dist}
+Version:        2.200001
+Release:        1%{?dist}
 Summary:        Multivalue-property package-oriented configuration
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Config-MVP/
 Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Config-MVP-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(Class::Load) >= 0.06
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Module::Pluggable::Object)
 BuildRequires:  perl(Moose) >= 0.91
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(Moose::Util::TypeConstraints)
+BuildRequires:  perl(MooseX::OneArgNew)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(Params::Util)
+BuildRequires:  perl(Role::HasMessage)
+BuildRequires:  perl(Role::Identifiable::HasIdent)
+BuildRequires:  perl(StackTrace::Auto)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Throwable)
 BuildRequires:  perl(Tie::IxHash)
 BuildRequires:  perl(Try::Tiny)
-# Tests
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-# Failing Tests
-# BuildRequires:  perl(Pod::Coverage::TrustPod)
-# BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -36,8 +46,6 @@ things that do.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -46,18 +54,19 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-RELEASE_TESTING=1 make test
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make test
 
 %files
 %defattr(-,root,root,-)
-%doc Changes dist.ini LICENSE META.json README
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 31 2011 Iain Arnell <iarnell at gmail.com> 2.200001-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.101650-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index d31a57b..10bee32 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b89fee1eae822fd75f61b7be932f0e40  Config-MVP-2.101650.tar.gz
+f07790e8f0f00c3d2a048bde29799c97  Config-MVP-2.200001.tar.gz


More information about the scm-commits mailing list