]> git.ipfire.org Git - thirdparty/newt.git/blob - newt.spec
Added patches from Clarence for constant sized listboxes, changed vesrion
[thirdparty/newt.git] / newt.spec
1 Summary: Not Erik's Windowing Toolkit - text mode windowing with slang
2 Name: newt
3 Version: 0.9
4 Release: 1
5 Copyright: LGPL
6 Group: Libraries
7 Source: ftp://ftp.redhat.com/pub/redhat/code/newt/newt-0.9.tar.gz
8 Requires: slang
9 %package devel
10 Summary: Developer's toolkit for newt windowing library
11 Requires: slang-devel
12 Group: Libraries
13
14 %description
15 Newt is a windowing toolkit for text mode built from the slang library. It
16 allows color text mode applications to easily use stackable windows, push
17 buttons, check boxes, radio buttons, lists, entry fields, labels, and
18 displayable text. Scrollbars are supported, and forms may be nested to
19 provide extra functionality. This pacakge contains the shared library
20 for programs that have been built with newt as well as a /usr/bin/dialog
21 replacement called whiptail.
22
23 %description devel
24 These are the header files and libraries for developing applications which
25 use newt. Newt is a windowing toolkit for text mode, which provides many
26 widgets and stackable windows.
27
28 %prep
29 %setup
30
31 %build
32 make
33 make shared
34
35 %install
36 rm -rf /usr/lib/libnewt*
37 make install
38 make install-sh
39
40 %post
41 /sbin/ldconfig
42
43 %postun
44 /sbin/ldconfig
45
46 %changelog
47
48 * Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
49
50 - Added patched from Clarence Smith for setting the size of a listbox
51 - Version 0.9
52
53 * Tue May 28 1997 Elliot Lee <sopwith@redhat.com> 0.8-2
54 - Touchups on Makefile
55 - Cleaned up NEWT_FLAGS_*
56
57 * Tue Mar 18 1997 Erik Troan <ewt@redhat.com>
58
59 - Cleaned up listbox
60 - Added whiptail
61 - Added newtButtonCompact button type and associated colors
62 - Added newtTextboxGetNumLines() and newtTextboxSetHeight()
63
64 * Tue Feb 25 1997 Erik Troan <ewt@redhat.com>
65
66 - Added changes from sopwith for C++ cleanliness and some listbox fixes.
67
68 %files
69 /usr/lib/libnewt.so.*
70 /usr/bin/whiptail
71
72 %files devel
73 /usr/include/newt.h
74 /usr/lib/libnewt.a
75 /usr/lib/libnewt.so