Accepting request 397493 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/397493
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-Shell?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2016-05-25 07:34:11 +00:00
committed by Git OBS Bridge
parent 5a42e961a8
commit a694a05f43
5 changed files with 71 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Term-Shell
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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,19 +17,26 @@
Name: perl-Term-Shell
Version: 0.06
Version: 0.09
Release: 0
%define cpan_name Term-Shell
Summary: A simple command-line shell framework.
Summary: Simple Command-Line Shell Framework
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Term-Shell/
Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(Getopt::Long) >= 2.36
BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Term::ReadKey)
BuildRequires: perl(Text::Autoformat)
Requires: perl(Getopt::Long) >= 2.36
Requires: perl(Term::ReadKey)
Requires: perl(Text::Autoformat)
%{perl_requires}
%description