From e5de70611e6a4a7a440d3c9d51807355940ba8b0 Mon Sep 17 00:00:00 2001 From: jvdias Date: Mon, 21 Nov 2005 22:35:35 +0000 Subject: [PATCH] fix bug 173703 --- xterm.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/xterm.spec b/xterm.spec index 2a8cf80..359ec6f 100644 --- a/xterm.spec +++ b/xterm.spec @@ -1,7 +1,7 @@ Summary: xterm terminal emulator for the X Window System Name: xterm Version: 207 -Release: 4 +Release: 5 URL: http://dickey.his.com/xterm License: MIT Group: User Interface/X @@ -48,6 +48,8 @@ programs that can't use the window system directly. %patch5 -p1 -b .freetype %build +RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DPROJECTROOT='\"/usr\"'" +export CFLAGS="$RPM_OPT_FLAGS" %configure --enable-luit \ --enable-warnings \ --enable-wide-chars \ @@ -81,6 +83,13 @@ mv $RPM_BUILD_ROOT/%{_mandir}/*.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ %doc xterm.log.html ctlseqs.ms README.i18n %changelog +* Mon Nov 21 2005 Jason Vas Dias - 207-5 +- fix bug 173703: remove reference to /usr/X11R6/bin/luit : + PROJECTROOT should be /usr, not /usr/X11R6 + +* Thu Nov 18 2005 Jason Vas Dias - 207-4 +- fix bug 173541: better fix for freetype configuration problem + * Mon Nov 14 2005 Jason Vas Dias - 207-1 - Upgrade to upstream version 207 - Fix app-defaults directory for modular X11