- Invoke ./configure --with-xfile-search-path=%{_datadir}/X11/app-defaults

to make sure Xt is looking in the right place for app-defaults files.
This commit is contained in:
mharris 2005-11-29 11:59:27 +00:00
parent 4012991d8b
commit ea5a92bab1

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 libXt runtime library
Name: libXt
Version: 0.99.2
Release: 1
Release: 2
License: MIT/X11
Group: System Environment/Libraries
URL: http://www.x.org
@ -49,7 +49,8 @@ X.Org X11 libXt development package
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure \
%if ! %{with_static}
--disable-static
--disable-static \
--with-xfile-search-path=%{_datadir}/X11/app-defaults
%endif
make
@ -123,12 +124,15 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3x/*.3x*
%changelog
* Tue Nov 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
- Invoke ./configure --with-xfile-search-path=%%{_datadir}/X11/app-defaults
to make sure Xt is looking in the right place for app-defaults files.
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Updated libXt to version 0.99.2 from X11R7 RC2
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
* Wed Nov 2 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
- Actually spell RPM_OPT_FLAGS correctly this time.