forked from pool/perl-Net-Daemon
- Add manual license - 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 OBS-URL: https://build.opensuse.org/request/show/838748 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Daemon?expand=0&rev=16
29 lines
688 B
YAML
29 lines
688 B
YAML
---
|
|
#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
|