forked from pool/perl-Term-ReadKey
merge stuff from perl-TermReadKey + add Provides+Obsoletes for perl-TermReadKey
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-ReadKey?expand=0&rev=2
This commit is contained in:
parent
e75c9ceb60
commit
7517cc92d6
@ -1,5 +1,100 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 28 16:25:45 CET 2011 - pascal.bleser@opensuse.org
|
Wed Sep 28 16:25:45 CET 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
- initial version (2.30)
|
- 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)
|
||||||
|
|
||||||
|
@ -27,9 +27,12 @@ Group: Development/Libraries/Perl
|
|||||||
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)
|
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
Requires: /bin/stty
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
Provides: perl-TermReadKey = %{version}
|
||||||
|
Obsoletes: perl-TermReadKey
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module, ReadKey, provides ioctl control for terminals and Win32 consoles
|
This module, ReadKey, provides ioctl control for terminals and Win32 consoles
|
||||||
@ -50,8 +53,12 @@ size, and retrieval/modification of the control characters.
|
|||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
|
||||||
|
# s390/s390x don't have /dev/tty
|
||||||
|
%ifnarch s390 s390x
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%__make test
|
%__make test
|
||||||
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||||
|
Loading…
Reference in New Issue
Block a user