forked from pool/perl-MooseX-Daemonize
Compare commits
11 Commits
7349dcc439
...
c21633c2e8
Author | SHA256 | Date | |
---|---|---|---|
c21633c2e8 | |||
|
a7d2cf8ff7 | ||
9983183ec5 | |||
|
e0d6535df8 | ||
|
e7a82d4b95 | ||
|
05fc980419 | ||
|
c0798c24ce | ||
|
be0d4dae72 | ||
|
607eb7bc8a | ||
|
839b230e35 | ||
|
46581a601c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39439eb4583d07f1f04a9a3de44167477b4d1a9de2898ec8402379745da81afe
|
||||
size 32345
|
3
MooseX-Daemonize-0.22.tar.gz
Normal file
3
MooseX-Daemonize-0.22.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a7fb999dca9b802a85136a10141b2d3378a3ecde0527c1df73d55edb28e59b3
|
||||
size 47281
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#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_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 7 03:08:22 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.22
|
||||
see /usr/share/doc/packages/perl-MooseX-Daemonize/Changes
|
||||
|
||||
0.22 2019-12-07 01:25:48Z
|
||||
- fix usage of setsid
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 19 10:35:50 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.21
|
||||
see /usr/share/doc/packages/perl-MooseX-Daemonize/Changes
|
||||
|
||||
0.21 2016-02-16 05:15:14Z
|
||||
- some distribution retooling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 09:04:14 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.20
|
||||
see /usr/share/doc/packages/perl-MooseX-Daemonize/Changes
|
||||
|
||||
0.20 2015-08-16 03:27:34Z
|
||||
- some tooling modernization and documentation cleanup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 10 06:23:05 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 0.19
|
||||
- fix buggy test that does not try hard enough to look for a nonexistent
|
||||
pid (ether)
|
||||
- repository moved to github moose organization
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 18:52:33 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 0.18
|
||||
- make tests a bit more tolerant of slow systems, by waiting longer for
|
||||
processes to die (RT#85229, Chisel Wright)
|
||||
|
||||
- Makefile.PL now prevents installation on MSWin32
|
||||
|
||||
- fix incompatibilities with Test::Builder 1.005+ (schwern, RT#76523)
|
||||
- add missing dependency on the version of File::Path which added
|
||||
make_path (RT#79169, Jonathan Sailor)
|
||||
- add missing test dependency on Test::Exception (RT#70382)
|
||||
- document the 'basedir' attribute and its behaviour (RT#83055)
|
||||
- add 'documentation' keys for public attributes, to be used when
|
||||
displaying --help (RT#54295)
|
||||
|
||||
- fix versions
|
||||
|
||||
- recommend Daemon::Control instead
|
||||
- fix bug with pidbase dir not being created
|
||||
if it doesn't already exist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 1 11:59:45 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-MooseX-Daemonize
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,52 +12,53 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-MooseX-Daemonize
|
||||
Version: 0.13
|
||||
Version: 0.22
|
||||
Release: 0
|
||||
%define cpan_name MooseX-Daemonize
|
||||
Summary: Role for daemonizing your Moose based application
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/MooseX-Daemonize/
|
||||
Source: http://www.cpan.org/authors/id/S/ST/STEVAN/%{cpan_name}-%{version}.tar.gz
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Moose) >= 0.33
|
||||
BuildRequires: perl(MooseX::Getopt) >= 0.07
|
||||
BuildRequires: perl(Devel::AssertOS)
|
||||
BuildRequires: perl(Devel::CheckOS) >= 1.63
|
||||
BuildRequires: perl(File::Path) >= 2.080000
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Moose)
|
||||
BuildRequires: perl(Moose::Role)
|
||||
BuildRequires: perl(Moose::Util::TypeConstraints)
|
||||
BuildRequires: perl(MooseX::Getopt)
|
||||
BuildRequires: perl(MooseX::Getopt::OptionTypeMap)
|
||||
BuildRequires: perl(MooseX::Types::Path::Class)
|
||||
BuildRequires: perl(Sub::Exporter)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::Moose)
|
||||
#BuildRequires: perl(inc::Module::Install) >= 0.75
|
||||
#BuildRequires: perl(JSON)
|
||||
#BuildRequires: perl(LWP::Simple)
|
||||
#BuildRequires: perl(Module::Build)
|
||||
#BuildRequires: perl(Module::Install::Base)
|
||||
#BuildRequires: perl(Moose::Role)
|
||||
#BuildRequires: perl(Moose::Util::TypeConstraints)
|
||||
#BuildRequires: perl(MooseX::Daemonize)
|
||||
#BuildRequires: perl(MooseX::Daemonize::Core)
|
||||
#BuildRequires: perl(MooseX::Daemonize::Pid)
|
||||
#BuildRequires: perl(MooseX::Daemonize::Pid::File)
|
||||
#BuildRequires: perl(MooseX::Daemonize::WithPidFile)
|
||||
#BuildRequires: perl(MooseX::Getopt::OptionTypeMap)
|
||||
#BuildRequires: perl(Parse::CPAN::Meta)
|
||||
#BuildRequires: perl(Sub::Exporter)
|
||||
#BuildRequires: perl(Test::Exception)
|
||||
#BuildRequires: perl(Test::MooseX::Daemonize)
|
||||
#BuildRequires: perl(Test::MooseX::Daemonize::Testable)
|
||||
#BuildRequires: perl(YAML::Tiny)
|
||||
Requires: perl(Moose) >= 0.33
|
||||
Requires: perl(MooseX::Getopt) >= 0.07
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(namespace::autoclean)
|
||||
Requires: perl(File::Path) >= 2.080000
|
||||
Requires: perl(Moose)
|
||||
Requires: perl(Moose::Role)
|
||||
Requires: perl(Moose::Util::TypeConstraints)
|
||||
Requires: perl(MooseX::Getopt)
|
||||
Requires: perl(MooseX::Getopt::OptionTypeMap)
|
||||
Requires: perl(MooseX::Types::Path::Class)
|
||||
Requires: perl(Sub::Exporter)
|
||||
Requires: perl(namespace::autoclean)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
Often you want to write a persistant daemon that has a pid file, and
|
||||
Often you want to write a persistent daemon that has a pid file, and
|
||||
responds appropriately to Signals. This module provides a set of basic
|
||||
roles as an infrastructure to do that.
|
||||
|
||||
@@ -65,19 +66,19 @@ roles as an infrastructure to do that.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
./Build test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%doc Changes CONTRIBUTING examples IDEAS README
|
||||
%license LICENCE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user