[perl-Starman] Update to 0.3011

Emmanuel Seyman eseyman at fedoraproject.org
Sun Apr 28 10:48:28 UTC 2013


commit 757c463b2c8f0eb160d31cafa1a6028090b31ea7
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Apr 28 12:48:23 2013 +0200

    Update to 0.3011

 .gitignore        |    1 +
 perl-Starman.spec |   15 ++++++++++-----
 sources           |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d6a74bd..6adc714 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /Starman-0.3005.tar.gz
 /Starman-0.3006.tar.gz
 /Starman-0.3007.tar.gz
+/Starman-0.3011.tar.gz
diff --git a/perl-Starman.spec b/perl-Starman.spec
index 3525f73..acd8a17 100644
--- a/perl-Starman.spec
+++ b/perl-Starman.spec
@@ -1,5 +1,5 @@
 Name:           perl-Starman
-Version:        0.3007
+Version:        0.3011
 Release:        1%{?dist}
 Summary:        High-performance preforking PSGI/Plack web server
 License:        GPL+ or Artistic
@@ -13,7 +13,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(HTTP::Date)
 BuildRequires:  perl(HTTP::Parser::XS)
 BuildRequires:  perl(HTTP::Status)
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build::Tiny)
 BuildRequires:  perl(Net::Server)
 BuildRequires:  perl(Net::Server::SS::PreFork)
 BuildRequires:  perl(parent)
@@ -35,12 +35,13 @@ compatible and offers HTTP/1.1 support.
 %setup -q -n Starman-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+%{__perl} Build.PL --installdirs vendor
 ./Build
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-
+./Build install --destdir $RPM_BUILD_ROOT
+mv $RPM_BUILD_ROOT/%{_mandir}/man3/.::Starman.3pm $RPM_BUILD_ROOT/%{_mandir}/man3/Starman.3pm
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -57,6 +58,10 @@ compatible and offers HTTP/1.1 support.
 %{_mandir}/man3/*
 
 %changelog
+* Sun Apr 28 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.3011-1
+- Update to 0.3011
+- Switch to Module::Build::Tiny as building mecanism
+
 * Sun Mar 31 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.3007-1
 - Update to 0.3007
 - Switch to Module::Build as building mecanism
diff --git a/sources b/sources
index 9102f14..b5c52a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a9ca275277ea4656ec28ffcd053b8b57  Starman-0.3007.tar.gz
+f55f245f3bbd2986fb4049a448b43241  Starman-0.3011.tar.gz


More information about the scm-commits mailing list