- link with -lICE
- convert THANKS to UTF-8
This commit is contained in:
parent
dd41c487b8
commit
96052dca9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user