[perl-Plack] Upstream update. Activate lighttpd and lighttpd-fcgi tests.

corsepiu corsepiu at fedoraproject.org
Thu May 19 10:14:57 UTC 2011


commit 3cc4231bcf39f534ec5446143ff5f0424428a9a5
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Thu May 19 12:14:44 2011 +0200

    Upstream update.
    Activate lighttpd and lighttpd-fcgi tests.

 .gitignore      |   11 +----------
 perl-Plack.spec |   12 ++++++++++--
 sources         |    2 +-
 3 files changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87bc816..97b8ab4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1 @@
-/Plack-0.9959.tar.gz
-/Plack-0.9960.tar.gz
-/Plack-0.9963.tar.gz
-/Plack-0.9964.tar.gz
-/Plack-0.9967.tar.gz
-/Plack-0.9973.tar.gz
-/Plack-0.9974.tar.gz
-/Plack-0.9976.tar.gz
-/Plack-0.9977.tar.gz
-/Plack-0.9978.tar.gz
+/Plack-0.9979.tar.gz
diff --git a/perl-Plack.spec b/perl-Plack.spec
index 154b91f..5a6b234 100644
--- a/perl-Plack.spec
+++ b/perl-Plack.spec
@@ -1,5 +1,5 @@
 Name:           perl-Plack
-Version:        0.9978
+Version:        0.9979
 Release:        1%{?dist}
 Summary:        Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)
 License:        GPL+ or Artistic
@@ -52,6 +52,10 @@ BuildRequires:  /usr/sbin/httpd
 # For t/Plack-Middleware/cgibin_exec.t
 BuildRequires:  /usr/bin/python
 
+# For lighttpd tests
+BuildRequires:  /usr/sbin/lighttpd
+BuildRequires:  lighttpd-fastcgi
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -81,7 +85,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test TEST_APACHE2=1
+make test TEST_APACHE2=1 TEST_FCGI_CLIENT=1
 
 %files
 %defattr(-,root,root,-)
@@ -101,6 +105,10 @@ make test TEST_APACHE2=1
 %{_mandir}/man3/*
 
 %changelog
+* Thu May 19 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.9979-1
+- Upstream update.
+- Activate lighttpd and lighttpd-fcgi tests.
+
 * Wed May 11 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.9978-1
 - Upstream update.
 
diff --git a/sources b/sources
index ff09188..e5dc85f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0501c22d0f9cfd496c050dfcbe7a03d3  Plack-0.9978.tar.gz
+8361de1b1b628b5e82f556429bba8095  Plack-0.9979.tar.gz


More information about the scm-commits mailing list