From 6b38d936fda28d0ed50495830e0dfecd35bbb3b5 Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann <bwiedemann+opensusegit@suse.de> Date: Mar 02 2021 11:44:13 +0000 Subject: update 2021-03-02 11:44 --- diff --git a/.files b/.files deleted file mode 100644 index fe9cb19..0000000 Binary files a/.files and /dev/null differ diff --git a/.meta b/.meta deleted file mode 100644 index 955ff34..0000000 --- a/.meta +++ /dev/null @@ -1,12 +0,0 @@ -<package name="perl-Term-ReadKey" project="openSUSE:Factory"> - <title>Module for Simple Terminal Control</title> - <description>This module, ReadKey, provides ioctl control for terminals and Win32 consoles -so the input modes can be changed (thus allowing reads of a single character at -a time), and also provides non-blocking reads of stdin, as well as several -other terminal related features, including retrieval/modification of the screen -size, and retrieval/modification of the control characters. - -</description> - <devel project="devel:languages:perl" package="perl-Term-ReadKey"/> - <url>http://search.cpan.org/dist/Term-ReadKey</url> -</package> diff --git a/.rev b/.rev deleted file mode 100644 index 2c3e428..0000000 --- a/.rev +++ /dev/null @@ -1,106 +0,0 @@ -<revisionlist> - <revision rev="1" vrev="1"> - <srcmd5>c83b25820361f84f2bb1b9e4f440c1e8</srcmd5> - <version>2.30</version> - <time>1317829605</time> - <user>lrupp</user> - <comment>- specfile cleanup, -- renamed perl-TermReadKey to perl-Term-ReadKey</comment> - <requestid>86655</requestid> - </revision> - <revision rev="2" vrev="2"> - <srcmd5>fd0f469d25c78da02e4756bf450baf0d</srcmd5> - <version>2.30</version> - <time>1317912284</time> - <user>oertel</user> - <comment>- also obsolete perl-TermReadKey 2.30</comment> - <requestid>86745</requestid> - </revision> - <revision rev="3" vrev="4"> - <srcmd5>fd0f469d25c78da02e4756bf450baf0d</srcmd5> - <version>2.30</version> - <time>1319182309</time> - <user>adrianSuSE</user> - </revision> - <revision rev="4" vrev="5"> - <srcmd5>e2af2c5c212ab9321ced4fa844f04be5</srcmd5> - <version>2.30</version> - <time>1323193673</time> - <user>coolo</user> - <comment>replace license with spdx.org variant</comment> - </revision> - <revision rev="5" vrev="7"> - <srcmd5>e2af2c5c212ab9321ced4fa844f04be5</srcmd5> - <version>2.30</version> - <time>1340183926</time> - <user>adrianSuSE</user> - <comment>branched from openSUSE:Factory</comment> - </revision> - <revision rev="6" vrev="9"> - <srcmd5>e2af2c5c212ab9321ced4fa844f04be5</srcmd5> - <version>2.30</version> - <time>1359109808</time> - <user>adrianSuSE</user> - <comment>Split 12.3 from Factory</comment> - </revision> - <revision rev="7" vrev="11"> - <srcmd5>e2af2c5c212ab9321ced4fa844f04be5</srcmd5> - <version>2.30</version> - <time>1379663860</time> - <user>adrianSuSE</user> - <comment>Split 13.1 from Factory</comment> - </revision> - <revision rev="8" vrev="1"> - <srcmd5>fb4ea29832b521f5e89b34ccece25903</srcmd5> - <version>2.31</version> - <time>1386073460</time> - <user>scarabeus_factory</user> - <comment>- update to 2.31, new author, a more clearer license, no changelog</comment> - <requestid>208448</requestid> - </revision> - <revision rev="9" vrev="1"> - <srcmd5>20d52c889f5f2cdc53d5e92c110412fd</srcmd5> - <version>2.32</version> - <time>1401685380</time> - <user>coolo</user> - <comment>Update to version 2.32 (forwarded request 235766 from cyberiad)</comment> - <requestid>235774</requestid> - </revision> - <revision rev="10" vrev="3"> - <srcmd5>20d52c889f5f2cdc53d5e92c110412fd</srcmd5> - <version>2.32</version> - <time>1409302505</time> - <user>adrianSuSE</user> - <comment>Split 13.2 from Factory</comment> - </revision> - <revision rev="11" vrev="1"> - <srcmd5>384dabeadd42d5615110d0bd59fe3ff2</srcmd5> - <version>2.37</version> - <time>1506955364</time> - <user>dimstar_suse</user> - <comment>- update to 2.37 - * Better support parallel builds by making 'dynamic' a dependency of the ReadKey.pm - * Add a package declaration to the ReadKey_pm.PL to aid indexing - * Use FULLPERLRUNINST to run the ReadKey_pm.PL to get the 'blib' - * Fix GetTerminalSize() argument handling - * Fix miniperl build on Win32 - * Remove unused Cwd - * Fix TAP output - * Fix warnings in XS file - * Don't attempt some tests if STDIN is not a terminal - * Generate ReadKey.pm from ReadKey_pm.PL to expand blockoptions - * demand-load Carp, - * remove unneeded AutoLoader, - * Improve genchars.pl, support make -s silence. - * Improve Makefile.PL add SIGN, fix pure_site_install, support dual-life, fix realclean</comment> - <requestid>528475</requestid> - </revision> - <revision rev="12" vrev="1"> - <srcmd5>fe12c9565d4d9fa92fd372e9e3cc0efc</srcmd5> - <version>2.38</version> - <time>1561049597</time> - <user>dimstar_suse</user> - <comment></comment> - <requestid>710397</requestid> - </revision> -</revisionlist> diff --git a/TermReadKey-2.38.tar.gz b/TermReadKey-2.38.tar.gz deleted file mode 120000 index 1670fd5..0000000 --- a/TermReadKey-2.38.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreic2mrmhrxcxblbtmykyd65qsd7sj26oc7kd5jj72ixbawufnjdssa \ No newline at end of file diff --git a/perl-Term-ReadKey.changes b/perl-Term-ReadKey.changes deleted file mode 100644 index 805a600..0000000 --- a/perl-Term-ReadKey.changes +++ /dev/null @@ -1,156 +0,0 @@ -------------------------------------------------------------------- -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 - -- update to 2.37 - * Better support parallel builds by making 'dynamic' a dependency of the ReadKey.pm - * Add a package declaration to the ReadKey_pm.PL to aid indexing - * Use FULLPERLRUNINST to run the ReadKey_pm.PL to get the 'blib' - * Fix GetTerminalSize() argument handling - * Fix miniperl build on Win32 - * Remove unused Cwd - * Fix TAP output - * Fix warnings in XS file - * Don't attempt some tests if STDIN is not a terminal - * Generate ReadKey.pm from ReadKey_pm.PL to expand blockoptions - * demand-load Carp, - * remove unneeded AutoLoader, - * Improve genchars.pl, support make -s silence. - * Improve Makefile.PL add SIGN, fix pure_site_install, support dual-life, fix realclean - - -------------------------------------------------------------------- -Thu May 29 16:47:00 UTC 2014 - stephan.barth@suse.com - -- Update to version 2.32 from 2.31 - Upstream changes: - 2014-05-10 Jonathan Stowe - * Makefile.PL: Makefile.PL more specific - 2014-05-10 Jonathan Stowe <jns+git@gellyfish.co.uk> - * : Merge pull request #2 from jacquesg/warnings Fix some warnings - 2014-03-09 Jonathan Stowe <jns+git@gellyfish.co.uk> - * Configure.pm, META.yml, Makefile.PL: Don't index Configure.pm - 2014-03-03 Jonathan Stowe <jns+git@gellyfish.co.uk> - * Changes, README, ReadKey.pm: Added documentation patch as per - Chris Marshall Bumped version - -------------------------------------------------------------------- -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 - -- also obsolete perl-TermReadKey 2.30 - -------------------------------------------------------------------- -Wed Sep 28 16:25:45 CET 2011 - pascal.bleser@opensuse.org - -- renamed to perl-Term-ReadKey - -------------------------------------------------------------------- -Tue Nov 30 19:20:48 UTC 2010 - coolo@novell.com - -- switch to perl_requires macro - -------------------------------------------------------------------- -Mon Nov 29 18:31:09 UTC 2010 - coolo@novell.com - -- remove /var/adm/perl-modules - -------------------------------------------------------------------- -Tue Oct 19 08:39:07 UTC 2010 - coolo@novell.com - -- add perl as explicit buildrequire - -------------------------------------------------------------------- -Sun Dec 20 16:32:06 CET 2009 - jengelh@medozas.de - -- enable parallel build -- enable testsuite on SPARC (there is a /dev/tty) - -------------------------------------------------------------------- -Wed Jan 25 21:39:58 CET 2006 - mls@suse.de - -- converted neededforbuild to BuildRequires - -------------------------------------------------------------------- -Mon Aug 1 13:30:59 CEST 2005 - mjancar@suse.cz - -- update to 2.30 - -------------------------------------------------------------------- -Fri Mar 26 10:43:20 CET 2004 - kukuk@suse.de - -- Fix Requires (/bin/stty is needed, not XFree86) - -------------------------------------------------------------------- -Wed Feb 18 08:49:33 CET 2004 - kukuk@suse.de - -- Remove unused packages from neededforbuild -- Don't run test suite on machines without /dev/tty - -------------------------------------------------------------------- -Sat Jan 10 21:11:59 CET 2004 - adrian@suse.de - -- build as user - -------------------------------------------------------------------- -Fri Aug 22 15:48:43 CEST 2003 - mjancar@suse.cz - -- require the perl version we build with - -------------------------------------------------------------------- -Tue Jul 15 16:26:29 CEST 2003 - mjancar@suse.cz - -- adapt to perl-5.8.1 -- use %perl_process_packlist - -------------------------------------------------------------------- -Wed Jun 18 09:08:08 CEST 2003 - coolo@suse.de - -- package directories - -------------------------------------------------------------------- -Tue May 20 12:40:30 CEST 2003 - mjancar@suse.cz - -- remove unpackaged files - -------------------------------------------------------------------- -Tue Nov 12 15:53:36 CET 2002 - prehak@suse.cz - -- updated to version 2.21 -- updated neededforbuild after xf86-rename - -------------------------------------------------------------------- -Mon Jul 22 20:07:37 CEST 2002 - prehak@suse.cz - -- update to version 2.20 -- enabled make test - -------------------------------------------------------------------- -Tue Jul 2 17:40:06 MEST 2002 - mls@suse.de - -- remove race in .packlist generation - -------------------------------------------------------------------- -Thu Jan 17 13:07:02 CET 2002 - rvasice@suse.cz - -- update to version 2.16 - -------------------------------------------------------------------- -Fri Nov 2 11:36:35 CET 2001 - rvasice@suse.cz - -- initial package release (version 2.14) - diff --git a/perl-Term-ReadKey.spec b/perl-Term-ReadKey.spec deleted file mode 100644 index a1b2d48..0000000 --- a/perl-Term-ReadKey.spec +++ /dev/null @@ -1,68 +0,0 @@ -# -# spec file for package perl-Term-ReadKey -# -# 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 -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via https://bugs.opensuse.org/ -# - - -Name: perl-Term-ReadKey -Version: 2.38 -Release: 0 -Summary: Module for Simple Terminal Control -License: GPL-1.0-or-later OR Artistic-1.0 -Group: Development/Libraries/Perl -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) >= 6.58 -Requires: /bin/stty -Provides: perl-TermReadKey = %{version} -Obsoletes: perl-TermReadKey <= 2.30 -%{perl_requires} - -%description -This module, ReadKey, provides ioctl control for terminals and Win32 consoles -so the input modes can be changed (thus allowing reads of a single character at -a time), and also provides non-blocking reads of stdin, as well as several -other terminal related features, including retrieval/modification of the screen -size, and retrieval/modification of the control characters. - -%prep -%setup -q -n "TermReadKey-%{version}" -sed -i '/^auto_install/d' Makefile.PL - -%build -perl Makefile.PL PREFIX="%{_prefix}" -make %{?_smp_mflags} - -%install -%perl_make_install -%perl_process_packlist - -%check -# s390/s390x don't have /dev/tty -%ifnarch s390 s390x -make %{?_smp_mflags} test -%endif - -%files -%doc README -%dir %{perl_vendorarch}/Term -%{perl_vendorarch}/Term/ReadKey.pm -%dir %{perl_vendorarch}/auto/Term -%{perl_vendorarch}/auto/Term/ReadKey -%doc %{perl_man3dir}/Term::ReadKey.%{perl_man3ext}%{ext_man} - -%changelog