fix bug 173703
This commit is contained in:
parent
519ad205bf
commit
e5de70611e
11
xterm.spec
11
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<jvdias@redhat.com> - 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<jvdias@redhat.com> - 207-4
|
||||
- fix bug 173541: better fix for freetype configuration problem
|
||||
|
||||
* Mon Nov 14 2005 Jason Vas Dias<jvdias@redhat.com> - 207-1
|
||||
- Upgrade to upstream version 207
|
||||
- Fix app-defaults directory for modular X11
|
||||
|
Loading…
Reference in New Issue
Block a user