diff --git a/Daemon-Control-0.001008.tar.gz b/Daemon-Control-0.001008.tar.gz deleted file mode 100644 index 9b168dd..0000000 --- a/Daemon-Control-0.001008.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d192df90818e0dc9b2a635ec17b06a8218b7695f8089c7b51434485091212892 -size 34891 diff --git a/Daemon-Control-0.001010.tar.gz b/Daemon-Control-0.001010.tar.gz new file mode 100644 index 0000000..d0c7de3 --- /dev/null +++ b/Daemon-Control-0.001010.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8440389a83166f5b993f806d9f60460677ee2af1c613600968989333d70d4707 +size 33647 diff --git a/perl-Daemon-Control.changes b/perl-Daemon-Control.changes index 4bb8b34..627e1a4 100644 --- a/perl-Daemon-Control.changes +++ b/perl-Daemon-Control.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Feb 24 06:07:41 UTC 2019 - Stephan Kulow + +- updated to 0.001010 + see /usr/share/doc/packages/perl-Daemon-Control/Changes + +------------------------------------------------------------------- +Wed Feb 20 06:07:00 UTC 2019 - Stephan Kulow + +- updated to 0.001009 + see /usr/share/doc/packages/perl-Daemon-Control/Changes + + 0.001009 + * Add '.' to @INC so Module::Install continues to work. + ------------------------------------------------------------------- Sat Aug 8 08:31:43 UTC 2015 - coolo@suse.com diff --git a/perl-Daemon-Control.spec b/perl-Daemon-Control.spec index 5497301..6e1ceca 100644 --- a/perl-Daemon-Control.spec +++ b/perl-Daemon-Control.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Daemon-Control # -# Copyright (c) 2015 SUSE LINUX 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,27 +12,27 @@ # 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-Daemon-Control -Version: 0.001008 +Version: 0.001010 Release: 0 %define cpan_name Daemon-Control Summary: Create init scripts in Perl -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/Daemon-Control/ -Source0: http://www.cpan.org/authors/id/S/SY/SYMKAT/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/S/SY/SYMKAT/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(File::Path) >= 2.08 +BuildRequires: perl(File::Path) >= 2.080000 BuildRequires: perl(Test::More) >= 0.88 -Requires: perl(File::Path) >= 2.08 +Requires: perl(File::Path) >= 2.080000 %{perl_requires} %description @@ -49,11 +49,11 @@ as reopening STDOUT/STDERR, switching UID/GID etc are supported. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install