|
@@ -1,6 +1,6 @@
|
|
|
Name: perl-Net-Daemon
|
|
|
-Version: 0.44
|
|
|
-Release: 11%{?dist}
|
|
|
+Version: 0.48
|
|
|
+Release: 1%{?dist}
|
|
|
Summary: Perl extension for portable daemons
|
|
|
|
|
|
Group: Development/Libraries
|
|
@@ -9,13 +9,19 @@ 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
|
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
BuildArch: noarch
|
|
|
+BuildRequires: perl
|
|
|
+# for perldoc
|
|
|
+BuildRequires: groff
|
|
|
# Correct for lots of packages, other common choices include eg. Module::Build
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
+
|
|
|
%description
|
|
|
Net::Daemon is an abstract base class for implementing portable server
|
|
|
applications in a very simple way. The module is designed for Perl 5.006 and
|
|
@@ -78,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Mar 25 2011 IWAI, Masaharu <iwai@alib.jp> 0.48-1
|
|
|
+- build for Vine Linux
|
|
|
+- new upstream release
|
|
|
+
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.44-11
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|