- link with -lICE

- convert THANKS to UTF-8
This commit is contained in:
Miroslav Lichvar 2010-06-14 12:14:39 +00:00
parent dd41c487b8
commit 96052dca9c

View File

@ -32,8 +32,14 @@ programs that can't use the window system directly.
%patch1 -p1 -b .resources
%patch3 -p1 -b .man-page_paths
for f in THANKS; do
iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
touch -r ${f}{,_} && mv -f ${f}{_,}
done
%build
%configure \
LDFLAGS="-lICE" \
--enable-256-color \
--enable-exec-xterm \
--enable-luit \
@ -80,6 +86,8 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Jun 10 2010 Miroslav Lichvar <mlichvar@redhat.com> 259-1
- update to 259
- link with -lICE
- convert THANKS to UTF-8
* Wed May 05 2010 Miroslav Lichvar <mlichvar@redhat.com> 258-1
- update to 258