Accepting request 710397 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/710397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ReadKey?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2019-06-20 16:53:17 +00:00 committed by Git OBS Bridge
commit 6e4934b27c
4 changed files with 23 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a9383cf2e0e0194668fe2bd546e894ffad41d556b41d2f2f577c8db682db241
size 85082

BIN
TermReadKey-2.38.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 17 16:01:00 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- update to 2.38
* Bundle up various changes including:
* Indexing improvements
* Makefile improvements for some make utils
* Various code cleanups and modernizations
- Updated URL to MetaCPAN
- Updated spec file with spec-cleaner
-------------------------------------------------------------------
Sun Sep 24 06:47:38 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Term-ReadKey
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@ -12,25 +12,24 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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-Term-ReadKey
Version: 2.37
Version: 2.38
Release: 0
Summary: Module for Simple Terminal Control
License: GPL-1.0+ or Artistic-1.0
License: GPL-1.0-or-later 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
URL: https://metacpan.org/pod/Term::ReadKey
Source0: https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-%{version}.tar.gz
BuildRequires: make
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.58
Requires: /bin/stty
Provides: perl-TermReadKey = %{version}
Obsoletes: perl-TermReadKey <= 2.30
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
%description
@ -46,7 +45,7 @@ sed -i '/^auto_install/d' Makefile.PL
%build
perl Makefile.PL PREFIX="%{_prefix}"
make %{?_smp_flags}
make %{?_smp_mflags}
%install
%perl_make_install
@ -55,11 +54,10 @@ make %{?_smp_flags}
%check
# s390/s390x don't have /dev/tty
%ifnarch s390 s390x
make test
make %{?_smp_mflags} test
%endif
%files
%defattr(-,root,root)
%doc README
%dir %{perl_vendorarch}/Term
%{perl_vendorarch}/Term/ReadKey.pm