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