rpms/libXt/devel libXt.spec,1.7,1.8

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 29 11:59:30 UTC 2005


Author: mharris

Update of /cvs/dist/rpms/libXt/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14892

Modified Files:
	libXt.spec 
Log Message:
* Tue Nov 29 2005 Mike A. Harris <mharris at 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.



Index: libXt.spec
===================================================================
RCS file: /cvs/dist/rpms/libXt/devel/libXt.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libXt.spec	11 Nov 2005 21:37:08 -0000	1.7
+++ libXt.spec	29 Nov 2005 11:59:27 -0000	1.8
@@ -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 @@
 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 @@
 %{_mandir}/man3x/*.3x*
 
 %changelog
+* Tue Nov 29 2005 Mike A. Harris <mharris at 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 at 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 at redhat.com> 0.99.2-3
 - Actually spell RPM_OPT_FLAGS correctly this time.
 




More information about the fedora-cvs-commits mailing list