- Don't hard code the xkb data prefix.
This commit is contained in:
parent
9652ebcc3e
commit
4439fc9048
@ -1,7 +1,7 @@
|
|||||||
Summary: library providing high-level API for X Keyboard Extension
|
Summary: library providing high-level API for X Keyboard Extension
|
||||||
Name: libxklavier
|
Name: libxklavier
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Release: 2
|
Release: 3
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Url: http://gswitchit.sourceforge.net/
|
Url: http://gswitchit.sourceforge.net/
|
||||||
@ -31,7 +31,7 @@ Libraries, include files, etc you can use to develop libxklavier applications.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure --enable-doxygen --with-xkb-base=/usr/share/X11/xkb
|
%configure --enable-doxygen
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -65,6 +65,9 @@ rm -rf %{buildroot}
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 21 2005 Ray Strode <rstrode@redhat.com> 2.0-3
|
||||||
|
- Don't hard code the xkb data prefix.
|
||||||
|
|
||||||
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 2.0-2
|
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 2.0-2
|
||||||
- Fix references to obsolete X11R6 paths
|
- Fix references to obsolete X11R6 paths
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user