Accepting request 1041136 from devel:languages:perl:autoupdate
- updated to 0.150 see /usr/share/doc/packages/perl-Parse-Netstat/Changes OBS-URL: https://build.opensuse.org/request/show/1041136 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-Netstat?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
46d4a37081
commit
2cb23fc43c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7dbb15cbccf58534631067e650da068f3cdb169b082bc02dd356117e32caf1cc
|
|
||||||
size 27385
|
|
3
Parse-Netstat-0.150.tar.gz
Normal file
3
Parse-Netstat-0.150.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e3d556eb2b737c85a7a1ab8937b9c1d870c64d65a5b70ed863e0c55f8a5c96ac
|
||||||
|
size 30247
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 4 03:09:57 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.150
|
||||||
|
see /usr/share/doc/packages/perl-Parse-Netstat/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 13 12:46:55 UTC 2017 - coolo@suse.com
|
Mon Feb 13 12:46:55 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Parse-Netstat
|
# spec file for package perl-Parse-Netstat
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 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
|
||||||
@@ -12,22 +12,20 @@
|
|||||||
# 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-Parse-Netstat
|
|
||||||
Version: 0.14
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Parse-Netstat
|
%define cpan_name Parse-Netstat
|
||||||
|
Name: perl-Parse-Netstat
|
||||||
|
Version: 0.150
|
||||||
|
Release: 0
|
||||||
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Parse the output of "netstat" command
|
Summary: Parse the output of "netstat" command
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
Url: http://search.cpan.org/dist/Parse-Netstat/
|
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(File::ShareDir::Install) >= 0.06
|
BuildRequires: perl(File::ShareDir::Install) >= 0.06
|
||||||
@@ -39,14 +37,14 @@ BuildRequires: perl(Test::More) >= 0.98
|
|||||||
Parse the output of "netstat" command
|
Parse the output of "netstat" command
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -54,7 +52,6 @@ Parse the output of "netstat" command
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user