[perl-CGI-Emulate-PSGI] Upstream update. Spec cleanup.

corsepiu corsepiu at fedoraproject.org
Thu Mar 3 08:48:49 UTC 2011


commit 84ba553f6870e7c507676bc5ca21be7a4ec97356
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Thu Mar 3 09:48:33 2011 +0100

    Upstream update.
    Spec cleanup.

 .gitignore                 |    1 +
 perl-CGI-Emulate-PSGI.spec |   13 ++++++-------
 sources                    |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c101a3..65b3d7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 CGI-Emulate-PSGI-0.06.tar.gz
 /CGI-Emulate-PSGI-0.10.tar.gz
+/CGI-Emulate-PSGI-0.11.tar.gz
diff --git a/perl-CGI-Emulate-PSGI.spec b/perl-CGI-Emulate-PSGI.spec
index 78243ff..76aae99 100644
--- a/perl-CGI-Emulate-PSGI.spec
+++ b/perl-CGI-Emulate-PSGI.spec
@@ -1,6 +1,6 @@
 Name:           perl-CGI-Emulate-PSGI
-Version:        0.10
-Release:        2%{?dist}
+Version:        0.11
+Release:        1%{?dist}
 Summary:        PSGI adapter for CGI applications
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -29,8 +29,6 @@ in a PSGI environment, and thus on any of the backends that PSGI supports.
 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 {} \;
@@ -41,9 +39,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
@@ -51,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 03 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.11-1
+- Upstream update.
+- Spec cleanup.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index aeeb545..80fa565 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a2042692cb410cb7d8b094094d139d9  CGI-Emulate-PSGI-0.10.tar.gz
+da915245e3a7b4c70c3935bf688b31b1  CGI-Emulate-PSGI-0.11.tar.gz



More information about the perl-devel mailing list