[perl-Server-Starter] Upstream update.

corsepiu corsepiu at fedoraproject.org
Wed Sep 26 06:12:47 UTC 2012


commit 2841fd2af1f8bb8532138b83022ba4532e23d33f
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Wed Sep 26 08:12:38 2012 +0200

    Upstream update.
    
    - Modernize spec.

 .gitignore               |    1 +
 perl-Server-Starter.spec |   12 ++++++------
 sources                  |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d75d28f..584c85a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Server-Starter-0.11.tar.gz
+/Server-Starter-0.12.tar.gz
diff --git a/perl-Server-Starter.spec b/perl-Server-Starter.spec
index 38410e0..ad90905 100644
--- a/perl-Server-Starter.spec
+++ b/perl-Server-Starter.spec
@@ -1,12 +1,11 @@
 Name:           perl-Server-Starter
-Version:        0.11
-Release:        7%{?dist}
+Version:        0.12
+Release:        1%{?dist}
 Summary:        Superdaemon for hot-deploying server programs
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Server-Starter/
 Source0:        http://www.cpan.org/authors/id/K/KA/KAZUHO/Server-Starter-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -57,9 +56,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
@@ -72,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/start_server.*
 
 %changelog
+* Wed Sep 26 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.12-1
+- Upstream update.
+- Modernize spec.
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 3c9d5ff..09fa074 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-037d75831a23ca76cd306d678b20332e  Server-Starter-0.11.tar.gz
+9df3edf787ff424d2ffd76bc70b15e87  Server-Starter-0.12.tar.gz


More information about the scm-commits mailing list