forked from pool/perl-Proc-ProcessTable
Accepting request 1090319 from devel:languages:perl:autoupdate
- updated to 0.635 see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes 0.635 2023-05-08 - Do not try to scan /dev/.lxd-mounts OBS-URL: https://build.opensuse.org/request/show/1090319 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Proc-ProcessTable?expand=0&rev=31
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Proc-ProcessTable
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,11 +18,11 @@
|
||||
|
||||
%define cpan_name Proc-ProcessTable
|
||||
Name: perl-Proc-ProcessTable
|
||||
Version: 0.634
|
||||
Version: 0.635
|
||||
Release: 0
|
||||
#Upstream: Artistic-2.0
|
||||
Summary: Perl extension to access the unix process table
|
||||
License: (Artistic-1.0 OR GPL-1.0-or-later) AND GPL-2.0-only
|
||||
Summary: Perl extension to access the unix process table
|
||||
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
|
||||
@@ -35,7 +35,8 @@ Perl interface to the unix process table.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
|
Reference in New Issue
Block a user