2004-09-09 04:11:37 +00:00
|
|
|
Summary: A utility for creating TTY dialog boxes.
|
|
|
|
Name: dialog
|
|
|
|
Version: 0.9a
|
2004-09-09 04:11:43 +00:00
|
|
|
%define SubVersion 20001217
|
|
|
|
Release: 4
|
2004-09-09 04:11:37 +00:00
|
|
|
Copyright: GPL
|
|
|
|
Group: Applications/System
|
|
|
|
URL: http://www.clark.net/pub/dickey/dialog/
|
2004-09-09 04:11:43 +00:00
|
|
|
Source: http://www.clark.net/pub/dickey/dialog-0.9a-%{SubVersion}.tar.gz
|
2004-09-09 04:11:37 +00:00
|
|
|
BuildRoot: /var/tmp/dialog-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Dialog is a utility that allows you to show dialog boxes (containing
|
|
|
|
questions or messages) in TTY (text mode) interfaces. Dialog is called
|
|
|
|
from within a shell script. The following dialog boxes are implemented:
|
|
|
|
yes/no, menu, input, message, text, info, checklist, radiolist, and
|
|
|
|
gauge.
|
|
|
|
|
|
|
|
Install dialog if you would like to create TTY dialog boxes.
|
|
|
|
|
|
|
|
%prep
|
2004-09-09 04:11:43 +00:00
|
|
|
%setup -q -n dialog-0.9a-%{SubVersion}
|
2004-09-09 04:11:37 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --enable-nls
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING dialog.lsm INSTALL README samples
|
|
|
|
%{_prefix}/bin/dialog
|
|
|
|
%{_mandir}/man1/dialog.*
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 04:11:43 +00:00
|
|
|
* Tue Jan 09 2001 Harald Hoyer <harald@redhat.com>
|
|
|
|
- update to 20001217
|
|
|
|
|
2004-09-09 04:11:37 +00:00
|
|
|
* Mon Aug 7 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix one of the examples (#14073)
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Wed Apr 5 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- rebuild against current ncurses/readline
|
|
|
|
|
|
|
|
* Thu Feb 3 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- handle compressed man pages
|
|
|
|
|
|
|
|
* Thu Jan 20 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix loop patch for reading from pipe
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 14)
|
|
|
|
|
|
|
|
* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
|
|
|
|
- build for 6.0
|
|
|
|
|
|
|
|
* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- build root
|
|
|
|
|
|
|
|
* Thu May 7 1998 Michael Maher <mike@redhat.com>
|
|
|
|
- Added Sean Reifschneider <jafo@tummy.com> patches for
|
|
|
|
infinite loop problems.
|
|
|
|
|
|
|
|
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
* Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
|
|
|
|
- built against new ncurses
|
|
|
|
|
|
|
|
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- built against glibc
|