From ea5a92bab1f339222dbddd1348105ff5498aa764 Mon Sep 17 00:00:00 2001 From: mharris Date: Tue, 29 Nov 2005 11:59:27 +0000 Subject: [PATCH] - Invoke ./configure --with-xfile-search-path=%{_datadir}/X11/app-defaults to make sure Xt is looking in the right place for app-defaults files. --- libXt.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libXt.spec b/libXt.spec index e1ce7a9..7a4fc62 100644 --- a/libXt.spec +++ b/libXt.spec @@ -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 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 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 0.99.2-3 - Actually spell RPM_OPT_FLAGS correctly this time.