[perl-MooseX-Daemonize] update to 0.12

Iain Arnell iarnell at fedoraproject.org
Sun Mar 6 09:05:26 UTC 2011


commit 00b838cc25b503fbe9a2f6dafe739e559211d5bc
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Mar 6 10:01:49 2011 +0100

    update to 0.12

 .gitignore                 |    1 +
 perl-MooseX-Daemonize.spec |   20 +++++++++++---------
 sources                    |    2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 154728b..dba6c24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 MooseX-Daemonize-0.09.tar.gz
+/MooseX-Daemonize-0.12.tar.gz
diff --git a/perl-MooseX-Daemonize.spec b/perl-MooseX-Daemonize.spec
index 11787ef..fcd9533 100644
--- a/perl-MooseX-Daemonize.spec
+++ b/perl-MooseX-Daemonize.spec
@@ -1,12 +1,11 @@
 Name:           perl-MooseX-Daemonize
-Version:        0.09
-Release:        4%{?dist}
+Version:        0.12
+Release:        1%{?dist}
 Summary:        Role for daemonizing your Moose based application
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/MooseX-Daemonize/
 Source0:        http://www.cpan.org/authors/id/S/ST/STEVAN/MooseX-Daemonize-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Moose) >= 0.33
@@ -17,8 +16,10 @@ BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::Moose)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
-Often you want to write a persistant daemon that has a pid file, and
+Often you want to write a persistent daemon that has a pid file, and
 responds appropriately to Signals. This module provides a set of basic
 roles as an infrastructure to do that.
 
@@ -30,8 +31,6 @@ roles as an infrastructure to do that.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -42,9 +41,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
@@ -52,6 +48,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 06 2011 Iain Arnell <iarnell at gmail.com> 0.12-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+- use perl_default_filter
+- fix typo in description
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.09-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index b67500c..726551d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3eee76a067374c84965b3d93eb25380a  MooseX-Daemonize-0.09.tar.gz
+b93682ab4f115c32e8e93e31e35d77d9  MooseX-Daemonize-0.12.tar.gz


More information about the scm-commits mailing list