File perl-Net-Daemon.spec of Package perl-Net-Daemon
#
# spec file for package perl-Net-Daemon (Version 0.43)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Net-Daemon
%define INSTALL install -m755 -s
%define INSTALL_DIR install -d -m755
%define INSTALL_DATA install -m644
License: GPL v2 or later
Group: Development/Libraries/Perl
Summary: Net::Daemon - Perl extension for portable daemons
Version: 0.43
Release: 1
Source: Net-Daemon-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: perl = %{perl_version}
Autoreqprov: on
%description
Net::Daemon is an abstract base class for implementing portable server
applications in a very simple way.
Authors:
--------
Jochen Wiedmann <joe@ispsoft.de>
%prep
%setup -q -n Net-Daemon
#%patch
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
make
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc README
%doc %{_mandir}/man?/*
%{perl_vendorlib}/Net
%{perl_vendorarch}/auto/Net
/var/adm/perl-modules/%{name}
%changelog
* Mon Jul 16 2007 - ug@suse.de
- update to version 0.43
- lib/Net/Daemon.pm Needed to up the VERSION number
- t/forkm.t: Added a wait so that the parent will not loop
around and make another child until the previous child has
been destroyed.
- t/forkm.t: When all ten childs are exited,
sub CatchChild will now exit.
- t/threadm.t: The tests are now skipped with a
passing indication when usethreads is defined, which
would mean that the ithreadm tests are the ones that
matter.
Test.pm: A patch from todd.e.rinaldo was used. I do
not remember what the issues were.
* Wed Oct 25 2006 - ug@suse.de
- Update to version 0.39
- a testsuite fixed
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Sun Jan 18 2004 - nashif@suse.de
- Update to version 0.38
* Sun Jan 11 2004 - adrian@suse.de
- build as user
* Fri Aug 22 2003 - mjancar@suse.cz
- require the perl version we build with
* Fri Jul 18 2003 - nashif@suse.de
- use DESTDIR
- fixed file list
* Tue Jul 01 2003 - ro@suse.de
- use perl_process_packlist macro
* Fri Jun 13 2003 - nashif@suse.de
- Fixed file list
* Mon May 12 2003 - nashif@suse.de
- Update to version 0.37
- Fix default file permissions
* Tue Dec 11 2001 - nashif@suse.de
- Update to version 0.36
* Thu Mar 08 2001 - nashif@suse.de
- Fixed %%files in spec
* Fri Feb 23 2001 - nashif@suse.de
- Update to version 0.34
* Mon Nov 27 2000 - nashif@suse.de
- Initial Release (version 0.32)