From 1bc17294cc66ac7d9187692db2d14c6b4f56e900 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corse...@fedoraproject.org>
Date: Sun, 31 Jan 2016 09:58:36 +0100
Subject: Modernize spec.

---
 perl-Starlet.spec | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index d421ba2..0b0c62a 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,6 +1,6 @@
 Name:           perl-Starlet
 Version:        0.28
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple, high-performance PSGI/Plack HTTP server
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -38,23 +38,15 @@ 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
+rm -r inc/
+sed -i -e '/^inc\/.*$/d' MANIFEST
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -66,6 +58,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jan 31 2016 Ralf Corsépius <corse...@fedoraproject.org> - 0.28-2
+- Modernize spec.
+
 * Wed Nov 18 2015 Ralf Corsépius <corse...@fedoraproject.org> - 0.28-1
 - Upstream update.
 - Update BRs.
-- 
cgit v0.12


From 3b3ce8503c78a466e0ca171c1509d2c1c7115413 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering <rel...@fedoraproject.org>
Date: Thu, 4 Feb 2016 15:45:09 +0000
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

---
 perl-Starlet.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index 0b0c62a..7a9a8a5 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,6 +1,6 @@
 Name:           perl-Starlet
 Version:        0.28
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Simple, high-performance PSGI/Plack HTTP server
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -58,6 +58,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.28-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Sun Jan 31 2016 Ralf Corsépius <corse...@fedoraproject.org> - 0.28-2
 - Modernize spec.
 
-- 
cgit v0.12


From 0055791c5cf64655bd053d5019611fe76bd64623 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corse...@fedoraproject.org>
Date: Fri, 26 Feb 2016 17:39:18 +0100
Subject: Update to 0.29.

- Expand BRs.
---
 .gitignore        |  1 +
 perl-Starlet.spec | 27 +++++++++++++++++++++++----
 sources           |  2 +-
 3 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index f4cf997..bc88042 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Starlet-0.28.tar.gz
+/Starlet-0.29.tar.gz
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index 7a9a8a5..513010a 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,6 +1,6 @@
 Name:           perl-Starlet
-Version:        0.28
-Release:        3%{?dist}
+Version:        0.29
+Release:        1%{?dist}
 Summary:        Simple, high-performance PSGI/Plack HTTP server
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -10,19 +10,34 @@ BuildArch:      noarch
 
 BuildRequires:  /usr/bin/start_server
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.59
+
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(HTTP::Date)
+BuildRequires:  perl(HTTP::Status)
 BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(LWP::UserAgent) >= 5.8
 BuildRequires:  perl(Net::EmptyPort)
 BuildRequires:  perl(Parallel::Prefork) >= 0.17
 BuildRequires:  perl(Plack) >= 0.992
+BuildRequires:  perl(Plack::HTTPParser)
 BuildRequires:  perl(Plack::Loader)
+BuildRequires:  perl(Plack::TempBuffer)
 BuildRequires:  perl(Plack::Test)
+BuildRequires:  perl(Plack::Util)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Server::Starter) >= 0.06
 BuildRequires:  perl(Socket)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::TCP) >= 2.1
-BuildRequires:  perl(LWP::UserAgent) >= 5.8
-BuildRequires:  perl(strict)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(warnings)
 
 # Eliminate inc/*
@@ -58,6 +73,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 26 2016 Ralf Corsépius <corse...@fedoraproject.org> - 0.29-1
+- Update to 0.29.
+- Expand BRs.
+
 * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.28-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index bd578e6..7cd0ad9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-97f0f41294c39cb7d8ed84da4997b994  Starlet-0.28.tar.gz
+7e72be34f78cf8cd832c0e792d04287b  Starlet-0.29.tar.gz
-- 
cgit v0.12


From 8500597faa64c041faed06e617826ca0b20b2a57 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corse...@fedoraproject.org>
Date: Fri, 26 Feb 2016 17:41:54 +0100
Subject: Cleanup merger

---
 perl-Starlet.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index bad6cad..5c27815 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -77,9 +77,6 @@ make test
 - Update to 0.29.
 - Expand BRs.
 
-* Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.28-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
 * Sun Jan 31 2016 Ralf Corsépius <corse...@fedoraproject.org> - 0.28-2
 - Modernize spec.
 
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Starlet.git/commit/?h=f22&id=a7b0c760834e9022bfea396d8148b60c4fcfff32
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to