[perl-Test-WWW-Mechanize-Catalyst] update to 0.53

Iain Arnell iarnell at fedoraproject.org
Fri Mar 18 10:34:39 UTC 2011


commit ea68e51a766fea103343bc681dc400dc248d46e1
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Mar 18 11:29:51 2011 +0100

    update to 0.53

 .gitignore                            |    1 +
 perl-Test-WWW-Mechanize-Catalyst.spec |   14 ++++++--------
 sources                               |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e96c6a..4ddb380 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-WWW-Mechanize-Catalyst-0.52.tar.gz
+/Test-WWW-Mechanize-Catalyst-0.53.tar.gz
diff --git a/perl-Test-WWW-Mechanize-Catalyst.spec b/perl-Test-WWW-Mechanize-Catalyst.spec
index 336f778..a67f1c6 100644
--- a/perl-Test-WWW-Mechanize-Catalyst.spec
+++ b/perl-Test-WWW-Mechanize-Catalyst.spec
@@ -1,12 +1,11 @@
 Name:           perl-Test-WWW-Mechanize-Catalyst
 Summary:        Test::WWW::Mechanize for Catalyst
-Version:        0.52
-Release:        4%{?dist}
+Version:        0.53
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Test-WWW-Mechanize-Catalyst-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -48,8 +47,6 @@ web server.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
@@ -60,9 +57,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
@@ -70,6 +64,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 18 2011 Iain Arnell <iarnell at gmail.com> 0.53-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.52-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 6b42168..8e05f61 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0353e4710c8d7bffc1de10194731b98  Test-WWW-Mechanize-Catalyst-0.52.tar.gz
+e0ea83d3708d044f9beb670d117f9376  Test-WWW-Mechanize-Catalyst-0.53.tar.gz


More information about the scm-commits mailing list