[perl-HTML-Template-Pro] 0.9505

Tom Callaway spot at fedoraproject.org
Sun Oct 2 09:35:15 UTC 2011


commit c61a0549e16496d5303a6307d9f8617c74d7d53f
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Sun Oct 2 11:35:00 2011 +0200

    0.9505

 .gitignore                  |    1 +
 perl-HTML-Template-Pro.spec |   15 +++++----------
 sources                     |    2 +-
 3 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5bf31b4..b585b34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 HTML-Template-Pro-0.95.tar.gz
 /HTML-Template-Pro-0.9504.tar.gz
+/HTML-Template-Pro-0.9505.tar.gz
diff --git a/perl-HTML-Template-Pro.spec b/perl-HTML-Template-Pro.spec
index 0b07c97..344adcc 100644
--- a/perl-HTML-Template-Pro.spec
+++ b/perl-HTML-Template-Pro.spec
@@ -1,18 +1,17 @@
 # Upstream versioning is broken, they use
 # 0.12 < 0.1234 < 0.13 even though numerically 1234 > 13
-%global cpan_version 0.9504
+%global cpan_version 0.9505
 # We simply add a full stop after first two-digit group to work around
 %global sane_version %(echo %{cpan_version} |sed 's/\\(\\.[0-9][0-9]\\)/\\1./')
 
 Name:           perl-HTML-Template-Pro
 Version:        %{sane_version}
-Release:        3%{?dist}
+Release:        1%{?dist}
 Summary:        Perl/XS module to use HTML Templates from CGI scripts
 License:        GPL+ or Artistic or LGPLv2+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/HTML-Template-Pro/
 Source0:        http://www.cpan.org/authors/id/V/VI/VIY/HTML-Template-Pro-%{cpan_version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{cpan_version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires:  pcre-devel
@@ -34,8 +33,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -49,12 +46,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc ARTISTIC Changes FAQ LGPL README README.ru
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/HTML*
@@ -62,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Oct  2 2011 Tom Callaway <spot at fedoraproject.org> - 0.95.05-1
+- update to 0.9505
+
 * Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 0.95.04-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 5e23ad0..5e0d2df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-845b51f0f0c0c1a0b10f99d6631b3321  HTML-Template-Pro-0.9504.tar.gz
+9a2b09b8a46bee5be98f9e6f50565976  HTML-Template-Pro-0.9505.tar.gz


More information about the scm-commits mailing list