forked from pool/perl-Proc-ProcessTable
Accepting request 672857 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/672857 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Proc-ProcessTable?expand=0&rev=12
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3b9660d940a0c016c5e48108fa9dbf9f30492b505aa0a26d22b09554f05714f5
|
|
||||||
size 71554
|
|
3
Proc-ProcessTable-0.56.tar.gz
Normal file
3
Proc-ProcessTable-0.56.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99fb8fd11e4e438399dd362d95b5b2073f1f340e9b3a7f04e76b6c7428170660
|
||||||
|
size 72944
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 8 06:24:36 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 0.56
|
||||||
|
see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes
|
||||||
|
|
||||||
|
0.56 2019-02-07
|
||||||
|
* Testing support for mswin32
|
||||||
|
* minor fix for FreeBSD
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 7 17:10:15 UTC 2018 - coolo@suse.com
|
Wed Feb 7 17:10:15 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Proc-ProcessTable
|
# 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
|
# 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
|
||||||
@@ -12,19 +12,19 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: perl-Proc-ProcessTable
|
||||||
Version: 0.55
|
Version: 0.56
|
||||||
Release: 0
|
Release: 0
|
||||||
#Upstream: Artistic-1.0 or GPL-1.0+
|
#Upstream: Artistic-1.0 or GPL-1.0+
|
||||||
%define cpan_name Proc-ProcessTable
|
%define cpan_name Proc-ProcessTable
|
||||||
Summary: Perl extension to access the unix process table
|
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
|
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
|
Source0: https://cpan.metacpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Reference in New Issue
Block a user