Accepting request 622199 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/622199
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Proc-PID-File?expand=0&rev=5
This commit is contained in:
2018-08-24 10:06:13 +00:00
committed by Git OBS Bridge
parent 3762a39e78
commit 014529b5f7
4 changed files with 21 additions and 19 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:439b04dcf5eedb926615a0f06ede84d276c5c2f93281b9952d31669f445f2523
size 15033

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bceda49df182d3d8168b70c2a51b2056f2fd45950a6d0428a9992fd355cd4a4
size 15476

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jul 12 05:55:35 UTC 2018 - coolo@suse.com
- updated to 1.29
see /usr/share/doc/packages/perl-Proc-PID-File/Changes
1.29 2016/07/10 Dmitri Tikhonov <dmitri@cpan.org>
- Support verify option in macOS (Darwin) by John Wittkoski.
- Fix hanging tests on Windows by Alexandr Ciornii.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 8 16:36:38 UTC 2016 - coolo@suse.com Sat Oct 8 16:36:38 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Proc-PID-File # spec file for package perl-Proc-PID-File
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,20 @@
Name: perl-Proc-PID-File Name: perl-Proc-PID-File
Version: 1.28 Version: 1.29
Release: 0 Release: 0
#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
%define cpan_name Proc-PID-File %define cpan_name Proc-PID-File
Summary: A module to manage process id files Summary: Module to Manage Process Id Files
License: GPL-2.0 License: GPL-2.0-only
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Proc-PID-File/ Url: http://search.cpan.org/dist/Proc-PID-File/
Source0: http://www.cpan.org/authors/id/D/DM/DMITRI/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/D/DM/DMITRI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
# BuildRequires: perl(Test::Pod) perl(Test::Pod::Coverage)
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker)
# for the test suite
BuildRequires: procps
%{perl_requires} %{perl_requires}
%description %description
@@ -49,25 +46,20 @@ object-oriented interface
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
export AUTOMATED_TESTING=1
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}
%check %check
export AUTOMATED_TESTING=1
%{__make} test %{__make} test
%install %install
%perl_make_install %perl_make_install
find %buildroot/%_prefix -name *.bs -a -size 0 | xargs rm -f
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes LICENSE README %doc Changes README
%license LICENSE
%changelog %changelog