[perl-Starlet] Spec file cleanup. Abandon fedora < 15. Upstream update.

corsepiu corsepiu at fedoraproject.org
Sat Nov 26 03:58:37 UTC 2011


commit e9e1545a05237ec0c364c4697116836935e6f5c8
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Sat Nov 26 04:58:32 2011 +0100

    Spec file cleanup.
    Abandon fedora < 15.
    Upstream update.

 .gitignore        |    2 +-
 perl-Starlet.spec |   23 ++++++++---------------
 sources           |    2 +-
 3 files changed, 10 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc34c58..e2bfaa1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Starlet-0.13.tar.gz
+/Starlet-0.14.tar.gz
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index 9634c1a..3e73fe4 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,29 +1,22 @@
 Name:           perl-Starlet
-Version:        0.13
-Release:        3%{?dist}
+Version:        0.14
+Release:        1%{?dist}
 Summary:        Simple, high-performance PSGI/Plack HTTP server
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Starlet/
 Source0:        http://www.cpan.org/authors/id/K/KA/KAZUHO/Starlet-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  /usr/bin/start_server
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Parallel::Prefork) >= 0.07
+BuildRequires:  perl(Parallel::Prefork) >= 0.13
 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(: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 support for keep-alive, prefork,
 graceful shutdown, hot deploy, fast HTTP processing, and is suitable for
@@ -37,8 +30,6 @@ running HTTP application servers behind a reverse proxy.
 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 {} \;
@@ -49,9 +40,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
@@ -59,6 +47,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Nov 26 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.14-1
+- Spec file cleanup.
+- Abandon fedora < 15.
+- Upstream update.
+
 * Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 0.13-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index f2ad97d..01df63e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-222eff2e8e5d69a44a8a3935fb8837cd  Starlet-0.13.tar.gz
+936bd736f65b8d96ada877bf4b2bc506  Starlet-0.14.tar.gz


More information about the scm-commits mailing list