From fa8cc03e6d3a292e57b378620064897d31169b4b Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Oct 19 2004 20:28:36 +0000 Subject: - added patch from rlandry@redhat.com which removes extra trailing spaces (bug 136374) --- diff --git a/dialog.spec b/dialog.spec index 5d03c45..f1898b2 100644 --- a/dialog.spec +++ b/dialog.spec @@ -2,11 +2,12 @@ Summary: A utility for creating TTY dialog boxes. Name: dialog %define SubVersion 20040731 Version: 1.0.%{SubVersion} -Release: 1 +Release: 2 License: GPL Group: Applications/System URL: http://invisible-island.net/dialog/dialog.html Source: ftp://invisible-island.net/dialog/dialog-1.0-%{SubVersion}.tgz +Patch1: dialog-nospace.patch BuildRoot: /var/tmp/dialog-root BuildPreReq: ncurses-devel, gettext @@ -21,6 +22,7 @@ Install dialog if you would like to create TTY dialog boxes. %prep %setup -q -n dialog-1.0-%{SubVersion} +%patch1 -p0 -b .nospace %build %configure --enable-nls --with-ncursesw @@ -46,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT #%{_datadir}/locale/*/LC_MESSAGES/dialog.mo %changelog +* Tue Oct 19 2004 Harald Hoyer 1.0-20040731-2 +- added patch from rlandry@redhat.com which removes extra trailing + spaces (bug 136374) + * Fri Aug 27 2004 Harald Hoyer 1.0-20040731-1 - new version 1.0-20040731