forked from pool/perl-Net-Daemon
Compare commits
14 Commits
700d1bd9ce
...
2df265083d
Author | SHA256 | Date | |
---|---|---|---|
2df265083d | |||
b98b07f1b8 | |||
|
0bf6280811 | ||
|
7e1c70cee7 | ||
|
2acb98e2d5 | ||
|
af64dbd794 | ||
|
c986892e17 | ||
|
aabeae1847 | ||
|
fa2cb3bb7a | ||
|
dcda48425d | ||
|
53f1d0f32a | ||
|
abf32cd9dc | ||
|
5f43df3bc6 | ||
|
d864777fac |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0218dd166d4b0061de088dd1658f509e28a0d8e5014f85a1d3c12f1a8a556187
|
||||
size 28553
|
3
Net-Daemon-0.49.tar.gz
Normal file
3
Net-Daemon-0.49.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26c321a43c4d1843558b39ea6f6c70c6dbc96976249424bf770a229ee31f20f3
|
||||
size 31853
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
license: Artistic-1.0 OR GPL-1.0-or-later
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 10:51:17 UTC 2020 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Add manual license
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 26 03:08:17 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.49
|
||||
see /usr/share/doc/packages/perl-Net-Daemon/ChangeLog
|
||||
|
||||
2020-09-22 Todd Rinaldo <toddr@cpan.org> (0.49)
|
||||
* Perl 5.6 is the minimum required version now.
|
||||
* RIP Thread.pm it has not been relevant since 5.6
|
||||
* Now using github CI to monitor the major platforms.
|
||||
* .gitignore for better management
|
||||
* Update the MANIFEST
|
||||
* Perltidy the code base.
|
||||
* use strict, warnings, no vars, our
|
||||
* Remove perl 4-ish subroutine calls
|
||||
* Require Sys::Syslog 0.29 to function properly.
|
||||
* t/base.t -> Test::More
|
||||
* Improve skipall messages and detection of ithreads/forks
|
||||
* Disable t/ithreadm.t for Windows See https://github.com/toddr/Net-Daemon/issues/19
|
||||
* Only load threads if forks hasn't already been loaded and threads exist.
|
||||
* Update tracker location to github
|
||||
* Fix ReadConfigFile implementation traversing @INC
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 13:57:10 UTC 2011 - coolo@suse.com
|
||||
|
||||
- license is "as perl"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 31 11:55:23 UTC 2011 - coolo@novell.com
|
||||
|
||||
- update to 0.48
|
||||
* t/forkm.t Patched perl Leon Timmermans
|
||||
http://rt.perl.org/rt3/Public/Bug/Display.html?id=83646
|
||||
* lib/Net/Daemon.pm Patched per bug 32887
|
||||
"ithreads not detected due to a typo"
|
||||
* lib/Net/Daemon.pm Fixed "Subroutine import redefined" problem
|
||||
that perl 5.8.8 CPAN testers was getting. It was due to
|
||||
more than one "require threads" being run.
|
||||
* lib/Net/Daemon.pm Used "make dist" to create the uploaded
|
||||
* lib/Net/Daemon.pm Added ServClose patch by Gaspar Chilingarov
|
||||
* t/thread.t Added patches by Daniel Macks and Joe McMahon,
|
||||
and added Test::More and skip_all for Windows < 5.10
|
||||
* Added necessary thread sharing to work with 5.10
|
||||
threads model: regexp-threads,
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 19:20:35 UTC 2010 - coolo@novell.com
|
||||
|
||||
- switch to perl_requires macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 18:30:43 UTC 2010 - coolo@novell.com
|
||||
|
||||
- remove /var/adm/perl-modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 19 08:38:50 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Net-Daemon (Version 0.43)
|
||||
# spec file for package perl-Net-Daemon
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,59 +12,57 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://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: GPLv2+
|
||||
Version: 0.49
|
||||
Release: 0
|
||||
#Upstream: Am Eisteich 9 72555 Metzingen Germany Phone: +49 7123 14887 Email: joe@ispsoft.de All rights reserved. You may distribute this package under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
|
||||
%define cpan_name Net-Daemon
|
||||
Summary: Perl extension for portable daemons
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Summary: Net::Daemon - Perl extension for portable daemons
|
||||
Version: 0.43
|
||||
Release: 86
|
||||
Source: Net-Daemon-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Sys::Syslog) >= 0.29
|
||||
Requires: perl(Sys::Syslog) >= 0.29
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
Net::Daemon is an abstract base class for implementing portable server
|
||||
applications in a very simple way.
|
||||
applications in a very simple way. The module is designed for Perl 5.005
|
||||
and threads, but can work with fork() and Perl 5.004.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jochen Wiedmann <joe@ispsoft.de>
|
||||
The Net::Daemon class offers methods for the most common tasks a daemon
|
||||
needs: Starting up, logging, accepting clients, authorization, restricting
|
||||
its own environment for security and doing the true work. You only have to
|
||||
override those methods that aren't appropriate for you, but typically
|
||||
inheriting will safe you a lot of work anyways.
|
||||
|
||||
%prep
|
||||
%setup -q -n Net-Daemon
|
||||
#%patch
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%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}
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc ChangeLog README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user