8
0

Accepting request 592965 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/592965
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-System-Command?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2018-04-04 10:21:09 +00:00
committed by Git OBS Bridge
parent 84231419bf
commit 2cc3ce66fc
4 changed files with 21 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-System-Command
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: perl-System-Command
Version: 1.118
Version: 1.119
Release: 0
%define cpan_name System-Command
Summary: Object for running system commands
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/System-Command/
Source0: http://www.cpan.org/authors/id/B/BO/BOOK/%{cpan_name}-%{version}.tar.gz
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
@@ -56,6 +56,7 @@ their 'STDIN', 'STDOUT' and 'STDERR' handles.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes README
%license LICENSE
%changelog