[perl-MooseX-Types] update to 0.25

Iain Arnell iarnell at fedoraproject.org
Sun Mar 6 09:40:01 UTC 2011


commit 0bc5ce98f35016df7d586d63dda96506b3bf6a7f
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Mar 6 10:36:09 2011 +0100

    update to 0.25

 .gitignore             |    1 +
 perl-MooseX-Types.spec |   25 ++++++++++++-------------
 sources                |    2 +-
 3 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4086234..9a6d7cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 MooseX-Types-0.22.tar.gz
+/MooseX-Types-0.25.tar.gz
diff --git a/perl-MooseX-Types.spec b/perl-MooseX-Types.spec
index b273f1f..c052907 100644
--- a/perl-MooseX-Types.spec
+++ b/perl-MooseX-Types.spec
@@ -1,13 +1,12 @@
 Name:       perl-MooseX-Types
-Version:    0.22
-Release:    3%{?dist}
+Version:    0.25
+Release:    1%{?dist}
 # see Makefile.PL, lib/MooseX/Types.pm
 License:    GPL+ or Artistic
 Group:      Development/Libraries
-Summary:    Organise your Moose types in libraries
-Source:     http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-Types-%{version}.tar.gz
+Summary:    Organize your Moose types in libraries
+Source:     http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-Types-%{version}.tar.gz
 Url:        http://search.cpan.org/dist/MooseX-Types
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
 
@@ -19,8 +18,9 @@ BuildRequires: perl(Moose) >= 1.06
 BuildRequires: perl(namespace::clean) >= 0.08
 BuildRequires: perl(Sub::Install) >= 0.924
 # tests
-BuildRequires: perl(Test::More) >= 0.80
-BuildRequires: perl(Test::Exception)
+BuildRequires: perl(Test::More) >= 0.88
+BuildRequires: perl(Test::Fatal)
+BuildRequires: perl(Test::Requires)
 BuildRequires: perl(Sub::Exporter)
 # for M::I
 BuildRequires: perl(CPAN)
@@ -42,7 +42,7 @@ Requires:  perl(namespace::clean) >= 0.08
 
 %description
 The types provided with the Moose manpage are by design global. This
-package helps you to organise and selectively import your own and the
+package helps you to organize and selectively import your own and the
 built-in types in libraries. As a nice side effect, it catches typos at
 compile-time too.
 
@@ -61,8 +61,6 @@ easier to use Moose types in your code.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -72,9 +70,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README t/
@@ -82,6 +77,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Mar 06 2011 Iain Arnell <iarnell at gmail.com> 0.25-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.22-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 2003f81..0e83428 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-70784ac9b8cba9473bc5ab03a8556f06  MooseX-Types-0.22.tar.gz
+414a29497228c24a510fe299445b5ca2  MooseX-Types-0.25.tar.gz



More information about the perl-devel mailing list