From 96052dca9cc1e56c253cc2a706d2706590af818c Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 14 Jun 2010 12:14:39 +0000 Subject: [PATCH] - link with -lICE - convert THANKS to UTF-8 --- xterm.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xterm.spec b/xterm.spec index 632ee3d..c0b0369 100644 --- a/xterm.spec +++ b/xterm.spec @@ -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 259-1 - update to 259 +- link with -lICE +- convert THANKS to UTF-8 * Wed May 05 2010 Miroslav Lichvar 258-1 - update to 258