[perl-Net-Daemon] Update to 0.48 version, fix build requires

plautrba plautrba at fedoraproject.org
Mon Jan 16 10:20:24 UTC 2012


commit c38b4d11676310a9e9803080ef068bbf4567b562
Author: Petr Lautrbach <plautrba at redhat.com>
Date:   Mon Jan 16 11:19:50 2012 +0100

    Update to 0.48 version, fix build requires

 .gitignore           |    1 +
 perl-Net-Daemon.spec |   17 +++++++++--------
 sources              |    2 +-
 3 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8c36a79..fe9a243 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Net-Daemon-0.43.tar.gz
+/Net-Daemon-0.48.tar.gz
diff --git a/perl-Net-Daemon.spec b/perl-Net-Daemon.spec
index 8dcb852..94f5055 100644
--- a/perl-Net-Daemon.spec
+++ b/perl-Net-Daemon.spec
@@ -1,19 +1,17 @@
 Name:           perl-Net-Daemon
-Version:        0.44
-Release:        14%{?dist}
+Version:        0.48
+Release:        1%{?dist}
 Summary:        Perl extension for portable daemons
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Net-Daemon/
-Source0:        http://search.cpan.org/CPAN/authors/id/M/MN/MNOONING/Net-Daemon/Net-Daemon-0.43.tar.gz
-#upstream report http://rt.cpan.org/Ticket/Display.html?id=39759
-Patch0:         Net-Daemon-only-ithreads.patch
+Source0:        http://search.cpan.org/CPAN/authors/id/M/MN/MNOONING/Net-Daemon-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 # Correct for lots of packages, other common choices include eg. Module::Build
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker), perl-Pod-Perldoc, perl-Test-Simple
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -29,8 +27,7 @@ inheriting will safe you a lot of work anyways.
 
 
 %prep
-%setup -q -n Net-Daemon
-%patch0 -p1 
+%setup -q -n Net-Daemon-%{version}
 
 # generate our other two licenses...
 perldoc perlgpl > LICENSE.GPL
@@ -78,6 +75,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jan 16 2012 Petr Lautrbach <plautrba at redhat.com> 0.48-1
+- Update to 0.48 version
+- Fix build requires
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.44-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index f47ca07..159f767 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a173a8407fb7b049aa465598eca6dfd7  Net-Daemon-0.43.tar.gz
+771f9ba01c3b033ed8cc3d6bad36e5fb  Net-Daemon-0.48.tar.gz


More information about the scm-commits mailing list