diff --git a/dialog.spec b/dialog.spec index f1898b2..98de236 100644 --- a/dialog.spec +++ b/dialog.spec @@ -2,12 +2,13 @@ Summary: A utility for creating TTY dialog boxes. Name: dialog %define SubVersion 20040731 Version: 1.0.%{SubVersion} -Release: 2 +Release: 3 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 +Patch2: dialog-nopercent.patch BuildRoot: /var/tmp/dialog-root BuildPreReq: ncurses-devel, gettext @@ -23,6 +24,7 @@ Install dialog if you would like to create TTY dialog boxes. %prep %setup -q -n dialog-1.0-%{SubVersion} %patch1 -p0 -b .nospace +%patch2 -p0 -b .noperc %build %configure --enable-nls --with-ncursesw @@ -48,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT #%{_datadir}/locale/*/LC_MESSAGES/dialog.mo %changelog +* Wed Oct 20 2004 Harald Hoyer 1.0-20040731-3 +- rlandry@redhat.com refined his patch (bug 136374) + * Tue Oct 19 2004 Harald Hoyer 1.0-20040731-2 - added patch from rlandry@redhat.com which removes extra trailing spaces (bug 136374)