[perl-Test-Aggregate] update to 0.364

Iain Arnell iarnell at fedoraproject.org
Sun Mar 13 10:07:59 UTC 2011


commit ef722c79e5ea8df042913204eba2daa1df2cfec1
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Mar 13 11:03:04 2011 +0100

    update to 0.364

 .gitignore               |    1 +
 perl-Test-Aggregate.spec |   16 +++++++---------
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 63de261..09e2d9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-Aggregate-0.363.tar.gz
+/Test-Aggregate-0.364.tar.gz
diff --git a/perl-Test-Aggregate.spec b/perl-Test-Aggregate.spec
index 23ca798..3c99a3a 100644
--- a/perl-Test-Aggregate.spec
+++ b/perl-Test-Aggregate.spec
@@ -1,14 +1,13 @@
 Name:       perl-Test-Aggregate
-Version:    0.363
-Release:    4%{?dist}
+Version:    0.364
+Release:    1%{?dist}
 # lib/Test/Aggregate.pm -> GPL+ or Artistic
 # lib/Test/Aggregate/Builder.pm -> GPL+ or Artistic
 License:    GPL+ or Artistic
 Group:      Development/Libraries
 Summary:    Aggregate C<*.t> tests to make them run faster
-Source:     http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Aggregate-%{version}.tar.gz
+Source:     http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Test-Aggregate-%{version}.tar.gz
 Url:        http://search.cpan.org/dist/Test-Aggregate
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
 
@@ -54,8 +53,6 @@ are expensive to load, this can dramatically speed up a test suite.
 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 ';'
@@ -65,9 +62,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
@@ -75,6 +69,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Mar 13 2011 Iain Arnell <iarnell at gmail.com> 0.364-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.363-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 36440a6..24bc681 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afc30356b68771d8e37e457e5887f605  Test-Aggregate-0.363.tar.gz
+a6e9f2761b9383cb0180ec5b945fcbad  Test-Aggregate-0.364.tar.gz



More information about the perl-devel mailing list