forked from pool/perl-Proc-ProcessTable
Accepting request 913824 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/913824 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Proc-ProcessTable?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f8cc5054d78c35a0ce39fb75430b4ef402e2a99013d2ec37e7997f316594606c
|
|
||||||
size 75949
|
|
3
Proc-ProcessTable-0.611.tar.gz
Normal file
3
Proc-ProcessTable-0.611.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:509754dca60b5b6ad4fcf9f3b1c4a6dc0c0598409116496bdf5cf3e2cfbf1ecf
|
||||||
|
size 76348
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 19 03:07:25 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.611
|
||||||
|
see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes
|
||||||
|
|
||||||
|
0.60 2021-08-14
|
||||||
|
* compiles on musl
|
||||||
|
* Skip LXC hidden dir in /dev when looking for TTYs
|
||||||
|
* Fix test on OpenBSD
|
||||||
|
0.61 2021-08-18
|
||||||
|
* fixed regression: on linux only 1st char of the command names was parsed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 21 05:27:42 UTC 2019 - Stephan Kulow <coolo@please-enter-an-email-address>
|
Fri Jun 21 05:27:42 UTC 2019 - Stephan Kulow <coolo@please-enter-an-email-address>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Proc-ProcessTable
|
# spec file for package perl-Proc-ProcessTable
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -16,18 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define cpan_name Proc-ProcessTable
|
||||||
Name: perl-Proc-ProcessTable
|
Name: perl-Proc-ProcessTable
|
||||||
Version: 0.59
|
Version: 0.611
|
||||||
Release: 0
|
Release: 0
|
||||||
#Upstream: Artistic-2.0
|
#Upstream: Artistic-2.0
|
||||||
%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-or-later) AND GPL-2.0-only
|
License: (Artistic-1.0 OR GPL-1.0-or-later) AND GPL-2.0-only
|
||||||
Group: Development/Libraries/Perl
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
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
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -36,12 +34,12 @@ BuildRequires: perl-macros
|
|||||||
Perl interface to the unix process table.
|
Perl interface to the unix process table.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -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_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -52,7 +50,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README README.aix README.bsdi README.cygwin README.darwin README.dec_osf README.freebsd-kvm README.freebsd-procfs README.hpux README.linux README.md README.MSWin32 README.netbsd README.openbsd README.solaris README.sunos README.unixware
|
%doc Changes README README.aix README.bsdi README.cygwin README.darwin README.dec_osf README.freebsd-kvm README.freebsd-procfs README.hpux README.linux README.md README.MSWin32 README.netbsd README.openbsd README.solaris README.sunos README.unixware
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user