[perl-Catalyst-View-PDF-Reuse] update to 0.04

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


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

    update to 0.04

 .gitignore                        |    1 +
 perl-Catalyst-View-PDF-Reuse.spec |   14 ++++++--------
 sources                           |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 56347cb..902e8e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Catalyst-View-PDF-Reuse-0.03.tar.gz
+/Catalyst-View-PDF-Reuse-0.04.tar.gz
diff --git a/perl-Catalyst-View-PDF-Reuse.spec b/perl-Catalyst-View-PDF-Reuse.spec
index b1e6e25..fc66cdb 100644
--- a/perl-Catalyst-View-PDF-Reuse.spec
+++ b/perl-Catalyst-View-PDF-Reuse.spec
@@ -1,6 +1,6 @@
 Name:       perl-Catalyst-View-PDF-Reuse 
-Version:    0.03 
-Release:    6%{?dist}
+Version:    0.04
+Release:    1%{?dist}
 # lib/Catalyst/Helper/View/PDF/Reuse.pm -> GPL+ or Artistic
 # lib/Catalyst/View/PDF/Reuse.pm -> GPL+ or Artistic
 # lib/Template/Plugin/Catalyst/View/PDF/Reuse.pm -> GPL+ or Artistic
@@ -9,7 +9,6 @@ Group:      Development/Libraries
 Summary:    Create PDF files from Catalyst using Template Toolkit templates 
 Source:     http://search.cpan.org/CPAN/authors/id/J/JO/JONALLEN/Catalyst-View-PDF-Reuse-%{version}.tar.gz 
 Url:        http://search.cpan.org/dist/Catalyst-View-PDF-Reuse
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
 
@@ -41,8 +40,6 @@ functions.
 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 ';'
@@ -52,9 +49,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 
@@ -62,6 +56,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Mar 13 2011 Iain Arnell <iarnell at gmail.com> 0.04-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.03-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index dabfe67..ad7e1b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc784cd8c89329d76fdddbfd015280e4  Catalyst-View-PDF-Reuse-0.03.tar.gz
+1ff758177a6d6d3d5da6f2b473f189ae  Catalyst-View-PDF-Reuse-0.04.tar.gz



More information about the perl-devel mailing list