commit 9c55c751b656dbe5b122a64ac7126cd7a3339f76
Author: Ralf Corsépius <corse...@fedoraproject.org>
Date:   Sun Feb 27 09:18:21 2011 +0100

    Add Requires: Fedora < 15's rpm misses.
    Add package reviewer's package description.
    Cosmetic spec cleanups.

 perl-Starlet.spec |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index e7619c6..bab10cd 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,6 +1,6 @@
 Name:           perl-Starlet
 Version:        0.13
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple, high-performance PSGI/Plack HTTP server
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -16,15 +16,18 @@ BuildRequires:  perl(Plack) >= 0.992
 BuildRequires:  perl(Server::Starter) >= 0.06
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::TCP) >= 0.15
-#Requires:       perl(Parallel::Prefork) >= 0.07
-#Requires:       perl(Plack) >= 0.992
-#Requires:       perl(Server::Starter) >= 0.06
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
+%if 0%fedora < 15
+# Fedora < 15's rpm misses these:
+Requires:        perl(Plack::Handler::Starlet)
+Requires:        perl(Starlet::Server)
+%endif
+
 %description
-Starlet is a standalone HTTP/1.0 server with keep-alive support, formerly
-known as Plack::Server::Standalone::Prefork and
-Plack::Server::Standalone::Prefork::Server::Starter.
+Starlet is a standalone HTTP/1.0 server with support for keep-alive, prefork,
+graceful shutdown, hot deploy, fast HTTP processing, and is suitable for
+running HTTP application servers behind a reverse proxy.
 
 %prep
 %setup -q -n Starlet-%{version}
@@ -56,5 +59,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 27 2011 Ralf Corsépius <corse...@fedoraproject.org> 0.13-2
+- Add Requires: Fedora < 15's rpm misses.
+- Add package reviewer's package description.
+- Cosmetic spec cleanups.
+
 * Wed Dec 22 2010 Ralf Corsépius <corse...@fedoraproject.org> 0.13-1
 - Initial Fedora package.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to