|
|
@@ -53,8 +53,9 @@
|
|
|
%define V_patch26 20040807
|
|
|
%define V_patch27 20040814
|
|
|
%define V_patch28 20040821
|
|
|
-%define V_patchL %{V_patch28}
|
|
|
-%define V_patches 28
|
|
|
+%define V_patch29 20040828
|
|
|
+%define V_patchL %{V_patch29}
|
|
|
+%define V_patches 29
|
|
|
|
|
|
# package information
|
|
|
Name: ncurses
|
|
|
@@ -67,7 +68,7 @@ Class: BASE
|
|
|
Group: Terminal
|
|
|
License: GPL
|
|
|
Version: %{V_base}.%{V_patchL}
|
|
|
-Release: 20040822
|
|
|
+Release: 20040829
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
|
|
|
@@ -99,6 +100,7 @@ Patch25: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V
|
|
|
Patch26: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch26}.patch.gz
|
|
|
Patch27: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch27}.patch.gz
|
|
|
Patch28: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch28}.patch.gz
|
|
|
+Patch29: ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch29}.patch.gz
|
|
|
Patch100: ncurses.patch
|
|
|
|
|
|
# build information
|
|
|
@@ -110,8 +112,16 @@ AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
%description
|
|
|
- NCurses is the GNU re-implementation of the popular Curses
|
|
|
- terminal screen handling library.
|
|
|
+ NCurses is the GNU re-implementation of the popular SVR4 Curses
|
|
|
+ terminal screen handling library. Its API is base-level conformant
|
|
|
+ with the X/OPEN curses specification XSI Curses. It uses the
|
|
|
+ Terminfo database format, supports pads and color and multiple
|
|
|
+ highlights and forms characters and function-key mapping, and has
|
|
|
+ all the other SVR4-Curses enhancements over original BSD Curses.
|
|
|
+ Additionally, it provides full emulations of the SVR4 panels
|
|
|
+ (supporting a stack of windows), forms (supporting data collection
|
|
|
+ through on-screen forms) and menu (supporting a uniform interface
|
|
|
+ for menu programming) companion libraries.
|
|
|
|
|
|
%track
|
|
|
prog ncurses = {
|