[perl-Catalyst-View-TT] update to 0.36

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


commit a7965f59fe79037b7bb9cb083fb73d1bd6627e78
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Mar 13 08:55:06 2011 +0100

    update to 0.36

 .gitignore                 |    1 +
 perl-Catalyst-View-TT.spec |   16 +++++++---------
 sources                    |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aa2f49f..f0cdd0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Catalyst-View-TT-0.34.tar.gz
+/Catalyst-View-TT-0.36.tar.gz
diff --git a/perl-Catalyst-View-TT.spec b/perl-Catalyst-View-TT.spec
index 1c80499..ee5106b 100644
--- a/perl-Catalyst-View-TT.spec
+++ b/perl-Catalyst-View-TT.spec
@@ -1,12 +1,11 @@
 Name:           perl-Catalyst-View-TT
 Summary:        Template Toolkit View Class
-Version:        0.34
-Release:        3%{?dist}
+Version:        0.36
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-View-TT-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/A/AB/ABRAXXA/Catalyst-View-TT-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/Catalyst-View-TT/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -44,8 +43,6 @@ find . -type f -exec chmod -x -c {} +
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
@@ -56,9 +53,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/
@@ -66,6 +60,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 13 2011 Iain Arnell <iarnell at gmail.com> 0.36-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.34-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index a511f6f..b5623fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e5ad12423f06f39c9635ee31858d396  Catalyst-View-TT-0.34.tar.gz
+cdff3df8caf3783c787e25fe20607da1  Catalyst-View-TT-0.36.tar.gz


More information about the scm-commits mailing list