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
|
Summary: xterm terminal emulator for the X Window System
|
||||||
Name: xterm
|
Name: xterm
|
||||||
Version: 207
|
Version: 207
|
||||||
Release: 4
|
Release: 5
|
||||||
URL: http://dickey.his.com/xterm
|
URL: http://dickey.his.com/xterm
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -48,6 +48,8 @@ programs that can't use the window system directly.
|
|||||||
%patch5 -p1 -b .freetype
|
%patch5 -p1 -b .freetype
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DPROJECTROOT='\"/usr\"'"
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
%configure --enable-luit \
|
%configure --enable-luit \
|
||||||
--enable-warnings \
|
--enable-warnings \
|
||||||
--enable-wide-chars \
|
--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
|
%doc xterm.log.html ctlseqs.ms README.i18n
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 14 2005 Jason Vas Dias<jvdias@redhat.com> - 207-1
|
||||||
- Upgrade to upstream version 207
|
- Upgrade to upstream version 207
|
||||||
- Fix app-defaults directory for modular X11
|
- Fix app-defaults directory for modular X11
|
||||||
|
Loading…
Reference in New Issue
Block a user