- added patch from rlandry@redhat.com which removes extra trailing spaces
(bug 136374)
This commit is contained in:
parent
2b7e71c0d9
commit
fa8cc03e6d
@ -2,11 +2,12 @@ Summary: A utility for creating TTY dialog boxes.
|
|||||||
Name: dialog
|
Name: dialog
|
||||||
%define SubVersion 20040731
|
%define SubVersion 20040731
|
||||||
Version: 1.0.%{SubVersion}
|
Version: 1.0.%{SubVersion}
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://invisible-island.net/dialog/dialog.html
|
URL: http://invisible-island.net/dialog/dialog.html
|
||||||
Source: ftp://invisible-island.net/dialog/dialog-1.0-%{SubVersion}.tgz
|
Source: ftp://invisible-island.net/dialog/dialog-1.0-%{SubVersion}.tgz
|
||||||
|
Patch1: dialog-nospace.patch
|
||||||
BuildRoot: /var/tmp/dialog-root
|
BuildRoot: /var/tmp/dialog-root
|
||||||
BuildPreReq: ncurses-devel, gettext
|
BuildPreReq: ncurses-devel, gettext
|
||||||
|
|
||||||
@ -21,6 +22,7 @@ Install dialog if you would like to create TTY dialog boxes.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n dialog-1.0-%{SubVersion}
|
%setup -q -n dialog-1.0-%{SubVersion}
|
||||||
|
%patch1 -p0 -b .nospace
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-nls --with-ncursesw
|
%configure --enable-nls --with-ncursesw
|
||||||
@ -46,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
#%{_datadir}/locale/*/LC_MESSAGES/dialog.mo
|
#%{_datadir}/locale/*/LC_MESSAGES/dialog.mo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 19 2004 Harald Hoyer <harald@redhat.com> 1.0-20040731-2
|
||||||
|
- added patch from rlandry@redhat.com which removes extra trailing
|
||||||
|
spaces (bug 136374)
|
||||||
|
|
||||||
* Fri Aug 27 2004 Harald Hoyer <harald@redhat.com> 1.0-20040731-1
|
* Fri Aug 27 2004 Harald Hoyer <harald@redhat.com> 1.0-20040731-1
|
||||||
- new version 1.0-20040731
|
- new version 1.0-20040731
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user