[perl-MooseX-Types-Common] update to 0.001003

Iain Arnell iarnell at fedoraproject.org
Sat Oct 1 09:07:52 UTC 2011


commit 3e9b6e901fe2f76201040a4b6596510ebc5aeca7
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Oct 1 11:07:34 2011 +0200

    update to 0.001003

 .gitignore                    |    1 +
 perl-MooseX-Types-Common.spec |   19 +++++++++----------
 sources                       |    2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 20e6bcd..8841bd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 MooseX-Types-Common-0.001002.tar.gz
+/MooseX-Types-Common-0.001003.tar.gz
diff --git a/perl-MooseX-Types-Common.spec b/perl-MooseX-Types-Common.spec
index 4045509..e8a9967 100644
--- a/perl-MooseX-Types-Common.spec
+++ b/perl-MooseX-Types-Common.spec
@@ -1,15 +1,15 @@
 Name:           perl-MooseX-Types-Common 
 Summary:        A library of commonly used type constraints 
-Version:        0.001002
-Release:        5%{?dist}
+Version:        0.001003
+Release:        1%{?dist}
 License:        GPL+ or Artistic 
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/G/GR/GRODITI/MooseX-Types-Common-%{version}.tar.gz 
+Source0:        http://search.cpan.org/CPAN/authors/id/A/AR/ARCANEZ/MooseX-Types-Common-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/MooseX-Types-Common
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
+BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Moose) >= 0.39
 BuildRequires:  perl(MooseX::Types) >= 0.04
@@ -36,8 +36,6 @@ by default.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -47,16 +45,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot} 
-
 %files
-%defattr(-,root,root,-)
 %doc README Changes 
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Oct 01 2011 Iain Arnell <iarnell at gmail.com> 0.001003-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+- BR Capture::Tiny for improved test coverage
+
 * Wed Jul 20 2011 Petr Sabata <contyk at redhat.com> - 0.001002-5
 - Perl mass rebuild
 
diff --git a/sources b/sources
index a537f73..417d932 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aedadf906fc19dd4b75529c01c3a1d73  MooseX-Types-Common-0.001002.tar.gz
+462e88a32a67fa4a0c56413bc0858440  MooseX-Types-Common-0.001003.tar.gz



More information about the perl-devel mailing list