[perl-Catalyst-Plugin-Session-State-URI: 4/4] update to 0.15

Iain Arnell iarnell at fedoraproject.org
Sat Sep 25 06:33:15 UTC 2010


commit 6a0250782547b8913f4b53f8c62f5f2ce129d32f
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Sep 25 08:32:56 2010 +0200

    update to 0.15

 .gitignore                                  |    1 +
 perl-Catalyst-Plugin-Session-State-URI.spec |   12 +++++-------
 sources                                     |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14e3fc3..bf1e8c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Catalyst-Plugin-Session-State-URI-0.14.tar.gz
+/Catalyst-Plugin-Session-State-URI-0.15.tar.gz
diff --git a/perl-Catalyst-Plugin-Session-State-URI.spec b/perl-Catalyst-Plugin-Session-State-URI.spec
index 4d4190e..836aa4c 100644
--- a/perl-Catalyst-Plugin-Session-State-URI.spec
+++ b/perl-Catalyst-Plugin-Session-State-URI.spec
@@ -1,12 +1,11 @@
 Name:           perl-Catalyst-Plugin-Session-State-URI
-Version:        0.14
+Version:        0.15
 Release:        1%{?dist}
 Summary:        Saves session IDs by rewriting URIs delivered to the client
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Catalyst-Plugin-Session-State-URI/
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-State-URI-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Catalyst::Plugin::Session) >= 0.27
 BuildRequires:  perl(Catalyst::Plugin::Session::State::Cookie) >= 0.03
@@ -36,8 +35,6 @@ PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
 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 {} \;
@@ -48,9 +45,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 TEST_POD=1 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes
@@ -58,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 25 2010 Iain Arnell <iarnell at gmail.com> 0.15-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Sat Jul 24 2010 Iain Arnell <iarnell at gmail.com> 0.14-1
 - update to latest upstream
 
diff --git a/sources b/sources
index 87801f0..5fc123f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e32649f1dc045e5951a6f22487320c5f  Catalyst-Plugin-Session-State-URI-0.14.tar.gz
+eb79e3c4eb9b4b9dcbe8d2ae6866a420  Catalyst-Plugin-Session-State-URI-0.15.tar.gz


More information about the scm-commits mailing list