cvsdist 396a8c7
Summary: A utility for creating TTY dialog boxes.
cvsdist 396a8c7
Name: dialog
cvsdist 2b7e71c
%define SubVersion 20040731
cvsdist d40989d
Version: 1.0.%{SubVersion}
ad799fb
Release: 3
cvsdist 21e0549
License: GPL
cvsdist 396a8c7
Group: Applications/System
cvsdist 3c2bc87
URL: http://invisible-island.net/dialog/dialog.html
cvsdist d40989d
Source: ftp://invisible-island.net/dialog/dialog-1.0-%{SubVersion}.tgz
fa8cc03
Patch1: dialog-nospace.patch 
ad799fb
Patch2: dialog-nopercent.patch
cvsdist 396a8c7
BuildRoot: /var/tmp/dialog-root
cvsdist 1c9f926
BuildPreReq: ncurses-devel, gettext
cvsdist 396a8c7
cvsdist 396a8c7
%description
cvsdist 396a8c7
Dialog is a utility that allows you to show dialog boxes (containing
cvsdist 396a8c7
questions or messages) in TTY (text mode) interfaces.  Dialog is called
cvsdist 396a8c7
from within a shell script.  The following dialog boxes are implemented:
cvsdist 396a8c7
yes/no, menu, input, message, text, info, checklist, radiolist, and
cvsdist 396a8c7
gauge.  
cvsdist 396a8c7
cvsdist 396a8c7
Install dialog if you would like to create TTY dialog boxes.
cvsdist 396a8c7
cvsdist 396a8c7
%prep
cvsdist d40989d
%setup -q -n dialog-1.0-%{SubVersion}
fa8cc03
%patch1 -p0 -b .nospace
ad799fb
%patch2 -p0 -b .noperc
cvsdist 396a8c7
cvsdist 396a8c7
%build
cvsdist 21e0549
%configure --enable-nls --with-ncursesw
cvsdist 396a8c7
make
cvsdist 396a8c7
cvsdist 396a8c7
%install
cvsdist 396a8c7
rm -rf $RPM_BUILD_ROOT
cvsdist 038b243
fgrep -l -r perl samples|xargs rm -f
cvsdist 396a8c7
cvsdist 396a8c7
%makeinstall
cvsdist 21e0549
rm -f 
cvsdist 396a8c7
cvsdist 3c2bc87
%find_lang %name
cvsdist 3c2bc87
cvsdist 396a8c7
%clean
cvsdist 396a8c7
rm -rf $RPM_BUILD_ROOT
cvsdist 396a8c7
cvsdist 3c2bc87
%files -f %{name}.lang
cvsdist 396a8c7
%defattr(-,root,root)
cvsdist 3c2bc87
%doc COPYING dialog.lsm README samples
cvsdist 396a8c7
%{_prefix}/bin/dialog
cvsdist 396a8c7
%{_mandir}/man1/dialog.*
cvsdist 1c9f926
#%{_datadir}/locale/*/LC_MESSAGES/dialog.mo
cvsdist 396a8c7
cvsdist 396a8c7
%changelog
ad799fb
* Wed Oct 20 2004 Harald Hoyer <harald@redhat.com> 1.0-20040731-3
ad799fb
- rlandry@redhat.com refined his patch (bug 136374)
ad799fb
fa8cc03
* Tue Oct 19 2004 Harald Hoyer <harald@redhat.com> 1.0-20040731-2
fa8cc03
- added patch from rlandry@redhat.com which removes extra trailing
fa8cc03
  spaces (bug 136374)
fa8cc03
cvsdist 2b7e71c
* Fri Aug 27 2004 Harald Hoyer <harald@redhat.com> 1.0-20040731-1
cvsdist 2b7e71c
- new version 1.0-20040731
cvsdist 2b7e71c
cvsdist 6f4a580
* Wed Jul 29 2004 Harald Hoyer <harald@redhat.com> 1.0-20040728-1
cvsdist 6f4a580
- new version 1.0-20040728
cvsdist 6f4a580
cvsdist d40989d
* Wed Jul 28 2004 Harald Hoyer <harald@redhat.de> 1.0-20040721-1
cvsdist d40989d
- new version 1.0-20040721
cvsdist d40989d
cvsdist 9337ec0
* Wed Jun 23 2004 Harald Hoyer <harald@redhat.de> 0.9b.20040606-1
cvsdist 9337ec0
- new version 0.9b-20040606
cvsdist 9337ec0
- new Version scheme
cvsdist 9337ec0
cvsdist 9337ec0
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 9337ec0
- rebuilt
cvsdist 9337ec0
cvsdist f5061e6
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist f5061e6
- rebuilt
cvsdist f5061e6
cvsdist eb3a86e
* Mon Dec 08 2003 Harald Hoyer <harald@redhat.de> 0.9b-20031207.1
cvsdist eb3a86e
- version 20031207
cvsdist eb3a86e
cvsdist 1c9f926
* Thu Nov 27 2003 Harald Hoyer <harald@redhat.de> 0.9b-20031126.1
cvsdist 1c9f926
- version 20031126
cvsdist 1c9f926
cvsdist 1c9f926
* Mon Nov 24 2003 Harald Hoyer <harald@redhat.de> 0.9b-20031002.2
cvsdist 1c9f926
- added gettext BuildReq (#109192)
cvsdist 1c9f926
cvsdist 21e0549
* Wed Oct  8 2003 Harald Hoyer <harald@redhat.de> 0.9b-20031002.1
cvsdist 21e0549
- version 20031002
cvsdist 21e0549
cvsdist 21e0549
* Thu Sep 11 2003 Harald Hoyer <harald@redhat.de> 0.9b-20030910.1
cvsdist 21e0549
- new version 20030910 which also fixes #104236
cvsdist 21e0549
cvsdist 21e0549
* Tue Aug 12 2003 Harald Hoyer <harald@redhat.de> 0.9b-20020814.5
cvsdist 21e0549
- --with-ncursesw
cvsdist 21e0549
cvsdist 21e0549
* Fri Aug  8 2003 Elliot Lee <sopwith@redhat.com> 0.9b-20020814.4
cvsdist 21e0549
- Rebuilt
cvsdist 21e0549
cvsdist 21e0549
* Tue Jun 17 2003 Harald Hoyer <harald@redhat.de> 0.9b-20020814.3
cvsdist 21e0549
- rebuilt
cvsdist 21e0549
cvsdist 21e0549
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 21e0549
- rebuilt
cvsdist 21e0549
cvsdist cd9ab66
* Thu Jan 23 2003 Tim Powers <timp@redhat.com> 0.9b-20020814.2
cvsdist cd9ab66
- rebuild
cvsdist cd9ab66
cvsdist cd9ab66
* Tue Nov 05 2002 Harald Hoyer <harald@redhat.de> 0.9b-20020814.1
cvsdist 3c2bc87
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 3c2bc87
- automated rebuild
cvsdist 3c2bc87
cvsdist 3c2bc87
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 3c2bc87
- automated rebuild
cvsdist 3c2bc87
cvsdist 3c2bc87
* Wed May 22 2002 Harald Hoyer <harald@redhat.de> 0.9b-20020519.1
cvsdist 3c2bc87
- update to dialog-0.9b-20020519
cvsdist 3c2bc87
cvsdist 3c2bc87
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 3c2bc87
- automated rebuild
cvsdist 3c2bc87
cvsdist 038b243
* Mon Jun 18 2001 Harald Hoyer <harald@redhat.de>
cvsdist 038b243
- update to 20010527
cvsdist 038b243
- added ncurses-devel dependency (#44733)
cvsdist 038b243
- removed perl dependency
cvsdist 038b243
cvsdist ecbd226
* Tue Jan 09 2001 Harald Hoyer <harald@redhat.com>
cvsdist ecbd226
- update to 20001217
cvsdist ecbd226
cvsdist 396a8c7
* Mon Aug  7 2000 Bill Nottingham <notting@redhat.com>
cvsdist 396a8c7
- fix one of the examples (#14073)
cvsdist 396a8c7
cvsdist 396a8c7
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 396a8c7
- automatic rebuild
cvsdist 396a8c7
cvsdist 396a8c7
* Wed Apr  5 2000 Bill Nottingham <notting@redhat.com>
cvsdist 396a8c7
- rebuild against current ncurses/readline
cvsdist 396a8c7
cvsdist 396a8c7
* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
cvsdist 396a8c7
- handle compressed man pages
cvsdist 396a8c7
cvsdist 396a8c7
* Thu Jan 20 2000 Bill Nottingham <notting@redhat.com>
cvsdist 396a8c7
- fix loop patch for reading from pipe
cvsdist 396a8c7
cvsdist 396a8c7
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 396a8c7
- auto rebuild in the new build environment (release 14)
cvsdist 396a8c7
cvsdist 396a8c7
* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
cvsdist 396a8c7
- build for 6.0
cvsdist 396a8c7
cvsdist 396a8c7
* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 396a8c7
- build root
cvsdist 396a8c7
cvsdist 396a8c7
* Thu May 7 1998 Michael Maher <mike@redhat.com> 
cvsdist 396a8c7
- Added Sean Reifschneider <jafo@tummy.com> patches for 
cvsdist 396a8c7
  infinite loop problems.
cvsdist 396a8c7
cvsdist 396a8c7
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
cvsdist 396a8c7
- translations modified for de, fr, tr
cvsdist 396a8c7
cvsdist 396a8c7
* Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
cvsdist 396a8c7
- built against new ncurses
cvsdist 396a8c7
cvsdist 396a8c7
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
cvsdist 396a8c7
- built against glibc