1
0

- update to 2.31, new author, a more clearer license, no changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadKey?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2013-11-26 09:15:13 +00:00 committed by Git OBS Bridge
parent c2cb33f778
commit 48ee08e267
4 changed files with 14 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c4c70bf487f2e432046dce07cf4b77ff181667d0905f9cb1203ff95ff5dd5ff
size 37006

3
TermReadKey-2.31.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:623125f28187ee6e7053f78c0aff66c15912a41ed84aadd4aab5dbd75bceeab3
size 79553

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 26 09:14:50 UTC 2013 - coolo@suse.com
- update to 2.31, new author, a more clearer license, no changelog
-------------------------------------------------------------------
Wed Oct 5 15:46:26 UTC 2011 - lars@linux-schulserver.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Term-ReadKey
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,18 +16,17 @@
#
Name: perl-Term-ReadKey
Version: 2.30
Version: 2.31
Release: 0
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)
Summary: Module for Simple Terminal Control
Url: http://search.cpan.org/dist/Term-ReadKey
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Term-ReadKey
Source: http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/TermReadKey-%{version}.tar.gz
BuildRequires: make
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: /bin/stty
Provides: perl-TermReadKey = %{version}
Obsoletes: perl-TermReadKey <= 2.30
@ -53,10 +52,9 @@ make %{?_smp_flags}
%perl_make_install
%perl_process_packlist
%check
# s390/s390x don't have /dev/tty
%ifnarch s390 s390x
%check
make test
%endif