[perl-Server-Starter] Upstream update.

corsepiu corsepiu at fedoraproject.org
Tue Aug 27 03:43:33 UTC 2013


commit a521eec2bd97b0635d4c489cc23a75915bea5aa2
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Tue Aug 27 05:43:22 2013 +0200

    Upstream update.
    
    - Minor spec cleanup.

 .gitignore               |    2 +-
 perl-Server-Starter.spec |   15 ++++++++++-----
 sources                  |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 64652b5..9c65a3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Server-Starter-0.14.tar.gz
+/Server-Starter-0.15.tar.gz
diff --git a/perl-Server-Starter.spec b/perl-Server-Starter.spec
index 0a5809c..fde9d47 100644
--- a/perl-Server-Starter.spec
+++ b/perl-Server-Starter.spec
@@ -1,5 +1,5 @@
 Name:           perl-Server-Starter
-Version:        0.14
+Version:        0.15
 Release:        1%{?dist}
 Summary:        Superdaemon for hot-deploying server programs
 License:        GPL+ or Artistic
@@ -9,17 +9,20 @@ Source0:        http://www.cpan.org/authors/id/K/KA/KAZUHO/Server-Starter-%{vers
 BuildArch:      noarch
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Proc::Wait3)
 BuildRequires:  perl(Scope::Guard)
+# For the tests
 BuildRequires:  perl(Test::TCP) >= 2.00
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %package start_server
-Summary:       	perl-Server-Starter start_server script
+Summary:        perl-Server-Starter start_server script
 # FIXME: This doesn't make much sense. If at all, then this should be 
 # Requires: perl(Server::Starter) = perl-version(Server::Starter)
-Requires:	perl-Server-Starter = %{version}-%{release}
+Requires:       perl-Server-Starter = %{version}-%{release}
 
 %description
 It is often a pain to write a server program that supports graceful
@@ -57,17 +60,19 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %files start_server
-%defattr(-,root,root,-)
 %{_bindir}/start_server
 %{_mandir}/man1/start_server.*
 
 %changelog
+* Tue Aug 27 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.15-1
+- Upstream update.
+- Minor spec cleanup.
+
 * Fri Aug 16 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.14-1
 - Upstream update.
 - BR: perl(Test::TCP) >= 2.00.
diff --git a/sources b/sources
index 979dcb3..dd5b605 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0043a639ab51c73e22260db5e052616d  Server-Starter-0.14.tar.gz
+1b5b7635a9dabe3f2d60e25e2aae4c24  Server-Starter-0.15.tar.gz



More information about the perl-devel mailing list