20
0

Accepting request 1066011 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1066011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-System-Command?expand=0&rev=2
This commit is contained in:
2023-02-16 15:56:03 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 17 deletions
+12
View File
@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Feb 5 03:09:40 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.122
see /usr/share/doc/packages/perl-System-Command/Changes
1.122 2023-02-04 BOOK
[TESTS]
- Use $^X in Perl tests, instead of 'perl' (RT #141674 by SREZIC)
- Fix t/30-exit.t to pass on Windows (RT #133230 by Lisa Hansen)
- Drop some author developement modules from BuildRequires (GH #30 by OALDERS)
-------------------------------------------------------------------
Thu Jun 4 03:12:59 UTC 2020 - Tina Müller <timueller+perl@suse.de>
+7 -14
View File
@@ -1,7 +1,7 @@
#
# spec file for package perl-System-Command
#
# Copyright (c) 2020 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
@@ -16,26 +16,20 @@
#
Name: perl-System-Command
Version: 1.121
Release: 0
%define cpan_name System-Command
Summary: Object for running system commands
Name: perl-System-Command
Version: 1.122
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Summary: Object for running system commands
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BO/BOOK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(IPC::Run)
BuildRequires: perl(Pod::Coverage::TrustPod)
BuildRequires: perl(Test::CPAN::Meta)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
Requires: perl(IPC::Run)
%{perl_requires}
@@ -45,11 +39,11 @@ return an object representing them, allowing to interact with them through
their 'STDIN', 'STDOUT' and 'STDERR' handles.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@@ -60,7 +54,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43de5ecd20c1da46e8a6f4fceab29e04697a2890a99bf6a91b3ca004a468a241
size 32589
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9b823b26619aa69f7a0616650a7810e895a8df062de9d2240d65dbe5cfe747a
size 31584