[perl-MooseX-Getopt] update to 0.35

Iain Arnell iarnell at fedoraproject.org
Sun Mar 6 10:33:53 UTC 2011


commit a4fbaba603797457c44c60d0ce668d6ba9fa1c25
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Mar 6 10:05:39 2011 +0100

    update to 0.35

 .gitignore              |    1 +
 perl-MooseX-Getopt.spec |   21 +++++++++------------
 sources                 |    2 +-
 3 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5817dc0..08c79aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 MooseX-Getopt-0.27.tar.gz
 /MooseX-Getopt-0.33.tar.gz
+/MooseX-Getopt-0.35.tar.gz
diff --git a/perl-MooseX-Getopt.spec b/perl-MooseX-Getopt.spec
index f23fb7b..80196e4 100644
--- a/perl-MooseX-Getopt.spec
+++ b/perl-MooseX-Getopt.spec
@@ -1,12 +1,11 @@
 Name:           perl-MooseX-Getopt
 Summary:        Moose role for processing command line options
-Version:        0.33
-Release:        2%{?dist}
+Version:        0.35
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-Getopt-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/MooseX-Getopt/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -14,16 +13,15 @@ BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.31
 BuildRequires:  perl(Getopt::Long) >= 2.37
 BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.081
 BuildRequires:  perl(Moose) >= 0.56
-BuildRequires:  perl(Test::Exception) >= 0.21
+BuildRequires:  perl(MooseX::SimpleConfig) >= 0.07
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::Fatal) >= 0.003
 BuildRequires:  perl(Test::Moose)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Requires) >= 0.05
 BuildRequires:  perl(Test::Warn) >= 0.21
 
-Requires:       perl(Getopt::Long) >= 2.37
-Requires:       perl(Getopt::Long::Descriptive) >= 0.081
-Requires:       perl(Moose) >= 0.56
 
 %{?perl_default_filter}
 %{?perl_default_subpackage_tests}
@@ -40,8 +38,6 @@ objects using parameters passed in from the command line.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
@@ -52,9 +48,6 @@ find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog README
@@ -62,6 +55,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 06 2011 Iain Arnell <iarnell at gmail.com> 0.35-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> - 0.33-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 240bc34..55d043f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e0a8f46c0325f4f7eb2607f564e8b80  MooseX-Getopt-0.33.tar.gz
+32b51a0578d4f767f85ba9fb9bc6c60c  MooseX-Getopt-0.35.tar.gz



More information about the perl-devel mailing list