[perl-Catalyst-Action-RenderView] update to 0.16

Iain Arnell iarnell at fedoraproject.org
Sun Mar 13 07:21:53 UTC 2011


commit 2b8551a3777a6d7c6af3e3662a6c280d4f2cd85f
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Mar 13 08:11:29 2011 +0100

    update to 0.16

 .gitignore                           |    1 +
 perl-Catalyst-Action-RenderView.spec |   18 ++++++++----------
 sources                              |    2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4680af2..cc9b32e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Catalyst-Action-RenderView-0.14.tar.gz
+/Catalyst-Action-RenderView-0.16.tar.gz
diff --git a/perl-Catalyst-Action-RenderView.spec b/perl-Catalyst-Action-RenderView.spec
index e0ebd24..89b22c7 100644
--- a/perl-Catalyst-Action-RenderView.spec
+++ b/perl-Catalyst-Action-RenderView.spec
@@ -1,22 +1,21 @@
 Name:           perl-Catalyst-Action-RenderView
 Summary:        Sensible default end action for view rendering
-Version:        0.14
-Release:        4%{?dist}
+Version:        0.16
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Action-RenderView-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/Catalyst-Action-RenderView/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
-BuildRequires:  perl(Catalyst::Runtime) >= 5.70
+BuildRequires:  perl(Catalyst::Runtime) >= 5.80030
 BuildRequires:  perl(CPAN)
 BuildRequires:  perl(Data::Visitor) >= 0.24
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(HTTP::Request::AsCGI)
 BuildRequires:  perl(MRO::Compat)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.88
 
 Requires:       perl(Catalyst::Action)
 Requires:       perl(Catalyst::Runtime) >= 5.70
@@ -43,8 +42,6 @@ find t/ -type f -exec perl -pi -e 's|^#!perl|#!%{__perl}|; s/\r//' {} +
 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 ';'
@@ -54,9 +51,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
@@ -64,6 +58,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 13 2011 Iain Arnell <iarnell at gmail.com> 0.16-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.14-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 32cbe8b..ddb8bc5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-18d8c96709d640ddd693db72a3862652  Catalyst-Action-RenderView-0.14.tar.gz
+ed0ce5d8e57fef806938bf904862a2cd  Catalyst-Action-RenderView-0.16.tar.gz



More information about the perl-devel mailing list