[perl-HTML-Mason] Upstream update. Spec file cleanup.

corsepiu corsepiu at fedoraproject.org
Sat Nov 26 05:08:35 UTC 2011


commit ad949751c0fefd46485aa9f0753aa0ef3359c51b
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Sat Nov 26 06:08:25 2011 +0100

    Upstream update.
    Spec file cleanup.

 .gitignore           |    3 +--
 perl-HTML-Mason.spec |   15 +++++++--------
 sources              |    2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7777b82..6ec822c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-HTML-Mason-1.42.tar.gz
-/HTML-Mason-1.45.tar.gz
+/HTML-Mason-1.47.tar.gz
diff --git a/perl-HTML-Mason.spec b/perl-HTML-Mason.spec
index f8c29b4..2f09c49 100644
--- a/perl-HTML-Mason.spec
+++ b/perl-HTML-Mason.spec
@@ -1,6 +1,6 @@
 Name:           perl-HTML-Mason
-Version:        1.45
-Release:        7%{?dist}
+Version:        1.47
+Release:        1%{?dist}
 Epoch:          1
 Summary:        Powerful Perl-based web site development and delivery engine
 License:        GPL+ or Artistic
@@ -8,7 +8,7 @@ Group:          Development/Libraries
 URL:            http://www.masonhq.com/
 Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/HTML-Mason-%{version}.tar.gz
 Source1:        perl-HTML-Mason.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildArch:      noarch
 BuildRequires:  perl(Cache::Cache) >= 1
 BuildRequires:  perl(CHI) >= 0.21
@@ -55,8 +55,6 @@ maintaining development and production sites, and more.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
@@ -81,9 +79,6 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/mason
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes CREDITS LICENSE README UPGRADE
@@ -96,6 +91,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_localstatedir}/www/mason
 
 %changelog
+* Sat Nov 26 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 1:1.47-1
+- Upstream update.
+- Spec file cleanup.
+
 * Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 1:1.45-7
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 20d30dd..35d1935 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ad416ae8425d81dde3daf5fab913a23  HTML-Mason-1.45.tar.gz
+770c194801a211e081bb5fa035eb36c7  HTML-Mason-1.47.tar.gz


More information about the scm-commits mailing list