[perl-MooseX-Traits-Pluggable] update to 0.10

Iain Arnell iarnell at fedoraproject.org
Mon Mar 7 16:28:00 UTC 2011


commit 3c76dd54cf06b03b7b5f170370b4d13281afdaec
Author: Iain Arnell <iarnell at gmail.com>
Date:   Mon Mar 7 17:26:09 2011 +0100

    update to 0.10

 .gitignore                        |    1 +
 perl-MooseX-Traits-Pluggable.spec |   14 ++++++--------
 sources                           |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1764c05..cc8b138 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 MooseX-Traits-Pluggable-0.09.tar.gz
+/MooseX-Traits-Pluggable-0.10.tar.gz
diff --git a/perl-MooseX-Traits-Pluggable.spec b/perl-MooseX-Traits-Pluggable.spec
index 1a27559..2333e27 100644
--- a/perl-MooseX-Traits-Pluggable.spec
+++ b/perl-MooseX-Traits-Pluggable.spec
@@ -1,12 +1,11 @@
 Name:           perl-MooseX-Traits-Pluggable 
 Summary:        A pluggable extension to MooseX::Traits 
-Version:        0.09
-Release:        4%{?dist}
+Version:        0.10
+Release:        1%{?dist}
 License:        GPL+ or Artistic 
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/MooseX-Traits-Pluggable-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/MooseX-Traits-Pluggable
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -46,8 +45,6 @@ See the MooseX::Traits manpage for more information.
 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 ';'
@@ -58,9 +55,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 make test
 
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc README Changes
@@ -68,6 +62,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Mar 07 2011 Iain Arnell <iarnell at gmail.com> 0.10-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.09-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 51b463d..00136ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1aa60064a2c57b44e4935b766262d3f7  MooseX-Traits-Pluggable-0.09.tar.gz
+7d7af140b575c7b1e32044e2876f6401  MooseX-Traits-Pluggable-0.10.tar.gz



More information about the perl-devel mailing list