[perl-Class-C3-Componentised] update to 1.0008

Iain Arnell iarnell at fedoraproject.org
Sun Mar 13 09:08:26 UTC 2011


commit ff5dd15d3868bfc4f8b6905af1a187eada15e80a
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Mar 13 10:04:36 2011 +0100

    update to 1.0008

 .gitignore                       |    1 +
 perl-Class-C3-Componentised.spec |   16 +++++++---------
 sources                          |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57d32a7..a622113 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Class-C3-Componentised-1.0006.tar.gz
+/Class-C3-Componentised-1.0008.tar.gz
diff --git a/perl-Class-C3-Componentised.spec b/perl-Class-C3-Componentised.spec
index 8eb82c7..6a9ff1f 100644
--- a/perl-Class-C3-Componentised.spec
+++ b/perl-Class-C3-Componentised.spec
@@ -1,12 +1,11 @@
 Name:           perl-Class-C3-Componentised
-Version:        1.0006
-Release:        5%{?dist}
+Version:        1.0008
+Release:        1%{?dist}
 Summary:        Load mix-ins or components to your C3-based class
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Class-C3-Componentised/
-Source0:        http://search.cpan.org/CPAN/authors/id/A/AS/ASH/Class-C3-Componentised-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/Class-C3-Componentised-%{version}.tar.gz
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -47,8 +46,6 @@ perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
@@ -59,9 +56,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/
@@ -69,6 +63,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 13 2011 Iain Arnell <iarnell at gmail.com> 1.0008-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> - 1.0006-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 3873195..9ed11d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-daea1eb95cdeda8752b472e5fe6a4c86  Class-C3-Componentised-1.0006.tar.gz
+fe63a3f9733d9aa3437544648cfccfb3  Class-C3-Componentised-1.0008.tar.gz



More information about the perl-devel mailing list