rpms/xterm/devel xterm.spec,1.88,1.89

Miroslav Lichvar mlichvar at fedoraproject.org
Mon Jun 14 12:14:39 UTC 2010


Author: mlichvar

Update of /cvs/pkgs/rpms/xterm/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3669

Modified Files:
	xterm.spec 
Log Message:
- link with -lICE
- convert THANKS to UTF-8



Index: xterm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xterm/devel/xterm.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -p -r1.88 -r1.89
--- xterm.spec	10 Jun 2010 15:10:46 -0000	1.88
+++ xterm.spec	14 Jun 2010 12:14:39 -0000	1.89
@@ -32,8 +32,14 @@ programs that can't use the window syste
 %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 at redhat.com> 259-1
 - update to 259
+- link with -lICE
+- convert THANKS to UTF-8
 
 * Wed May 05 2010 Miroslav Lichvar <mlichvar at redhat.com> 258-1
 - update to 258



More information about the scm-commits mailing list