From 757c463b2c8f0eb160d31cafa1a6028090b31ea7 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Apr 28 2013 10:48:23 +0000 Subject: Update to 0.3011 --- 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 - 0.3011-1 +- Update to 0.3011 +- Switch to Module::Build::Tiny as building mecanism + * Sun Mar 31 2013 Emmanuel Seyman - 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