8
0

Accepting request 672681 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/672681
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Proc-ProcessTable?expand=0&rev=23
This commit is contained in:
Lars Vogdt
2019-02-08 18:08:45 +00:00
committed by Git OBS Bridge
parent 2ca13b392b
commit 767c76fb16
4 changed files with 21 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Proc-ProcessTable
#
# Copyright (c) 2018 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,19 +12,19 @@
# 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-Proc-ProcessTable
Version: 0.55
Version: 0.56
Release: 0
#Upstream: Artistic-1.0 or GPL-1.0+
%define cpan_name Proc-ProcessTable
Summary: Perl extension to access the unix process table
License: (Artistic-1.0 or GPL-1.0+) and GPL-2.0
License: (Artistic-1.0 OR GPL-1.0-or-later) AND GPL-2.0-only
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Proc-ProcessTable/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -40,11 +40,11 @@ Perl interface to the unix process table.
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install