From 4439fc904801a3c69cde51f1cf430b8e77fb57df Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Nov 22 2005 00:04:54 +0000 Subject: - Don't hard code the xkb data prefix. --- diff --git a/libxklavier.spec b/libxklavier.spec index 0bf70be..96c3888 100644 --- a/libxklavier.spec +++ b/libxklavier.spec @@ -1,7 +1,7 @@ Summary: library providing high-level API for X Keyboard Extension Name: libxklavier Version: 2.0 -Release: 2 +Release: 3 License: LGPL Group: Development/Libraries Url: http://gswitchit.sourceforge.net/ @@ -31,7 +31,7 @@ Libraries, include files, etc you can use to develop libxklavier applications. %build -%configure --enable-doxygen --with-xkb-base=/usr/share/X11/xkb +%configure --enable-doxygen make %install @@ -65,6 +65,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Mon Nov 21 2005 Ray Strode 2.0-3 +- Don't hard code the xkb data prefix. + * Fri Nov 18 2005 Bill Nottingham 2.0-2 - Fix references to obsolete X11R6 paths