[perl-Proc-Daemon/f14/master] update to 0.05

Remi Collet remi at fedoraproject.org
Fri Oct 29 12:54:55 UTC 2010


commit b013740db2499fe5286925d991224cc050fbe623
Author: remi <fedora at famillecollet.com>
Date:   Fri Oct 29 14:54:49 2010 +0200

    update to 0.05

 .gitignore            |    1 +
 perl-Proc-Daemon.spec |   27 ++++++++++++++++++++++-----
 sources               |    2 +-
 3 files changed, 24 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b0367a3..fdaa3e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Proc-Daemon-0.03.tar.gz
+/Proc-Daemon-0.05.tar.gz
diff --git a/perl-Proc-Daemon.spec b/perl-Proc-Daemon.spec
index 2c1548a..062dc29 100644
--- a/perl-Proc-Daemon.spec
+++ b/perl-Proc-Daemon.spec
@@ -1,20 +1,27 @@
-%define perlname Proc-Daemon
+%global perlname Proc-Daemon
 
 Name:      perl-Proc-Daemon
-Version:   0.03
-Release:   6%{?dist}
+Version:   0.05
+Release:   1%{?dist}
 Summary:   Run Perl program as a daemon process 
 
 Group:     Development/Libraries
 License:   GPL+ or Artistic
 URL:       http://search.cpan.org/dist/Proc-Daemon/
-Source:    http://search.cpan.org/CPAN/authors/id/E/EH/EHOOD/%{perlname}-%{version}.tar.gz
+Source:    http://search.cpan.org/CPAN/authors/id/D/DE/DETI/Proc/%{perlname}-%{version}.tar.gz
+
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Proc::ProcessTable)
+BuildRequires: perl(Test::More)
+
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:  perl(Proc::ProcessTable)
+
+%{?perl_default_filter}
+
 
 %description
 This is version %{version} of Proc::Daemon
@@ -28,10 +35,12 @@ runs in the background with no controlling terminal. Generally servers
 %prep
 %setup -q -n %{perlname}-%{version}
 
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
+
 %install
 rm -rf %{buildroot}
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
@@ -39,19 +48,27 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -print
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -print
 chmod -R u+rwX,go+rX,go-w %{buildroot}/*
 
+
 %clean
 rm -rf %{buildroot}
 
+
 %check
 make test
 
+
 %files
 %defattr(-, root, root, -)
 %doc Changes README
 %{_mandir}/man3/Proc*
 %{perl_vendorlib}/Proc
 
+
 %changelog
+* Fri Oct 29 2010 Remi Collet <Fedora at famillecollet.com> 0.05-1
+- update to 0.05
+- add BR: perl(Proc::ProcessTable) and BR: perl(Test::More)
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.03-6
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 1fbe901..3acadc4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6e1b83ac0f0add22f63597733f38c973  Proc-Daemon-0.03.tar.gz
+882c741da92d370c87b3ae496905654f  Proc-Daemon-0.05.tar.gz


More information about the scm-commits mailing list