From 9b58dc570a21c1bfa9134cb6a164a5d52da3a62f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <[email protected]>
Date: Wed, 18 Nov 2015 17:16:15 +0100
Subject: Upstream update.
- Update BRs.
- Eliminate inc/*
---
.gitignore | 2 +-
perl-Starlet.spec | 20 ++++++++++++++++++--
sources | 2 +-
3 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index 2f5b349..f4cf997 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Starlet-0.26.tar.gz
+/Starlet-0.28.tar.gz
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index 5b469bd..d421ba2 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,5 +1,5 @@
Name: perl-Starlet
-Version: 0.26
+Version: 0.28
Release: 1%{?dist}
Summary: Simple, high-performance PSGI/Plack HTTP server
License: GPL+ or Artistic
@@ -13,7 +13,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Socket::INET)
BuildRequires: perl(Net::EmptyPort)
-BuildRequires: perl(Parallel::Prefork) >= 0.13
+BuildRequires: perl(Parallel::Prefork) >= 0.17
BuildRequires: perl(Plack) >= 0.992
BuildRequires: perl(Plack::Loader)
BuildRequires: perl(Plack::Test)
@@ -25,6 +25,10 @@ BuildRequires: perl(LWP::UserAgent) >= 5.8
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
+# Eliminate inc/*
+BuildRequires: perl(inc::Module::Install)
+BuildRequires: perl(Module::Install::ReadmeFromPod)
+
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo
$version))
%description
@@ -35,6 +39,13 @@ running HTTP application servers behind a reverse proxy.
%prep
%setup -q -n Starlet-%{version}
+# Remove bundled modules
+for f in $(find inc/Module -name *.pm); do
+ pat=$(echo "$f" | sed 's,/,\\/,g;s,\.,\\.,g')
+ rm $f
+ sed -i -e "/$pat/d" MANIFEST
+done
+
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
@@ -55,6 +66,11 @@ make test
%{_mandir}/man3/*
%changelog
+* Wed Nov 18 2015 Ralf Corsépius <[email protected]> - 0.28-1
+- Upstream update.
+- Update BRs.
+- Eliminate inc/*
+
* Tue Oct 13 2015 Ralf Corsépius <[email protected]> - 0.26-1
- Upstream update.
diff --git a/sources b/sources
index 2469968..bd578e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b1fa1ccd2f3a877282f843a304fbe6fe Starlet-0.26.tar.gz
+97f0f41294c39cb7d8ed84da4997b994 Starlet-0.28.tar.gz
--
cgit v0.11.2
http://pkgs.fedoraproject.org/cgit/perl-Starlet.git/commit/?h=master&id=9b58dc570a21c1bfa9134cb6a164a5d52da3a62f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]