SHA256
1
0
forked from pool/ncurses
OBS User unknown 2008-05-07 21:35:52 +00:00 committed by Git OBS Bridge
parent d3986eed94
commit a3921eb265
2 changed files with 26 additions and 17 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 7 20:20:54 CEST 2008 - coolo@suse.de
- we need to obsolete ncurses 5.6 too, it's 10.3's version
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 22 16:57:32 CEST 2008 - werner@suse.de Tue Apr 22 16:57:32 CEST 2008 - werner@suse.de

View File

@ -20,7 +20,7 @@ License: X11/MIT
Group: System/Base Group: System/Base
AutoReqProv: on AutoReqProv: on
Version: 5.6 Version: 5.6
Release: 82 Release: 83
Summary: New curses Libraries Summary: New curses Libraries
Source0: ncurses-5.6.tar.bz2 Source0: ncurses-5.6.tar.bz2
Url: http://invisible-island.net/ncurses/ncurses.html Url: http://invisible-island.net/ncurses/ncurses.html
@ -60,17 +60,23 @@ Authors:
%package -n ncurses-utils %package -n ncurses-utils
License: X11/MIT License: X11/MIT
Summary: New curses Libraries Summary: Tools using the new curses libraries
Group: System/Base Group: System/Base
Provides: ncurses:%{_bindir}/tput Provides: ncurses:%{_bindir}/tput
AutoReqProv: on AutoReqProv: on
%description -n ncurses-utils %description -n ncurses-utils
As soon as a text application needs to directly control its output to The ncurses based utilities are as follows:
the screen (if it wants to place the cursor at location (x,y) then
write text), ncurses is used. The panel and the forms libraries are clear -- emits clear-screen for current terminal
included in this package. These new libraries support color, special
characters, and panels. toe -- table of entries utility
tput -- shell-script access to terminal capabilities.
tset -- terminal-initialization utility
reset -- terminal initialization utility
@ -84,27 +90,23 @@ Authors:
%package -n terminfo-base %package -n terminfo-base
License: X11/MIT License: X11/MIT
Summary: New curses Libraries Summary: A terminal descriptions database
Group: System/Base Group: System/Base
Provides: ncurses:%{_datadir}/tabset Provides: ncurses:%{_datadir}/tabset
AutoReqProv: on AutoReqProv: on
%description -n terminfo-base %description -n terminfo-base
As soon as a text application needs to directly control its output to This is the terminfo basic database, maintained in the ncurses package.
the screen (if it wants to place the cursor at location (x,y) then This database is the official successor to the 4.4BSD termcap file and
write text), ncurses is used. The panel and the forms libraries are contains information about any known terminal. The ncurses library
included in this package. These new libraries support color, special makes use of this database to use terminals correctly.
characters, and panels.
Authors: Authors:
-------- --------
Zeyd M. Ben-Halim <zmbenhal@netcom.com>
Eric S. Raymond <esr@thyrsus.com> Eric S. Raymond <esr@thyrsus.com>
Thomas E. Dickey <dickey@invisible-island.net> Thomas E. Dickey <dickey@invisible-island.net>
Juergen Pfeifer <Juergen.Pfeifer@t-online.de>
Pavel Curtis
%package -n libncurses5 %package -n libncurses5
License: X11/MIT License: X11/MIT
@ -112,7 +114,7 @@ Summary: The New curses Libraries
Group: System/Libraries Group: System/Libraries
Requires: terminfo-base Requires: terminfo-base
Provides: ncurses = %{version} Provides: ncurses = %{version}
Obsoletes: ncurses < %{version} Obsoletes: ncurses <= %{version}
Recommends: ncurses-utils = %{version} Recommends: ncurses-utils = %{version}
AutoReqProv: on AutoReqProv: on
@ -494,6 +496,8 @@ tar Oxfj %{SOURCE1} | patch -p1 -s
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Wed May 07 2008 coolo@suse.de
- we need to obsolete ncurses 5.6 too, it's 10.3's version
* Tue Apr 22 2008 werner@suse.de * Tue Apr 22 2008 werner@suse.de
- Split ncurses into two separate packages ncurses-utils and - Split ncurses into two separate packages ncurses-utils and
terminfo-base to get the resolvers happy (bnc#381293) terminfo-base to get the resolvers happy (bnc#381293)