[perl-Plack/f13/master] Upstream update. Reflect upstream not shipping Plack/Handler/Net/FastCGI.pm anymore. Spec file clean

corsepiu corsepiu at fedoraproject.org
Thu Mar 3 13:04:29 UTC 2011


commit f89ebeb3c79e4287d0ae58322d89a9d1fa8c0b2c
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Thu Mar 3 14:04:11 2011 +0100

    Upstream update.
    Reflect upstream not shipping Plack/Handler/Net/FastCGI.pm anymore.
    Spec file cleanup.

 .gitignore      |    1 +
 perl-Plack.spec |   19 +++++++++----------
 sources         |    2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ce4603..eabaf5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Plack-0.9963.tar.gz
 /Plack-0.9964.tar.gz
 /Plack-0.9967.tar.gz
+/Plack-0.9973.tar.gz
diff --git a/perl-Plack.spec b/perl-Plack.spec
index 98bad59..2fb610b 100644
--- a/perl-Plack.spec
+++ b/perl-Plack.spec
@@ -1,12 +1,11 @@
 Name:           perl-Plack
-Version:        0.9967
+Version:        0.9973
 Release:        1%{?dist}
 Summary:        Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Plack/
 Source0:        http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Plack-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  perl(Devel::StackTrace) >= 1.23
@@ -49,6 +48,9 @@ BuildRequires:  mod_perl >= 2
 # For httpd tests
 BuildRequires:  /usr/sbin/httpd
 
+# For t/Plack-Middleware/cgibin_exec.t
+BuildRequires:  /usr/bin/python
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -70,8 +72,6 @@ t/Plack-Handler/apache2.t t/Plack-Handler/apache2-registry.t
 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 {} \;
@@ -82,9 +82,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test TEST_APACHE2=1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
@@ -99,13 +96,15 @@ rm -rf $RPM_BUILD_ROOT
 # Abandoned/Unsupported in Fedora: Apache1
 %exclude %{perl_vendorlib}/Plack/Server/Apache1.pm
 %exclude %{perl_vendorlib}/Plack/Handler/Apache1.pm
-# Not yet in Fedora: Net::FastCGI
-%exclude %{perl_vendorlib}/Plack/Handler/Net
-%exclude %{perl_vendorlib}/Plack/Handler/Net/FastCGI.pm
 
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 03 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.9973-1
+- Upstream update.
+- Reflect upstream not shipping Plack/Handler/Net/FastCGI.pm anymore.
+- Spec file cleanup.
+
 * Tue Jan 26 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.9967-1
 - Upstream update.
 
diff --git a/sources b/sources
index 760a922..10587f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-016daad413e82b0ad11db59b24094b77  Plack-0.9967.tar.gz
+765eceffdea18ba011979f06817910c6  Plack-0.9973.tar.gz



More information about the perl-devel mailing list