Fix references to obsolete xkb paths
This commit is contained in:
parent
6edb9cf4ec
commit
9652ebcc3e
@ -1,7 +1,7 @@
|
||||
Summary: library providing high-level API for X Keyboard Extension
|
||||
Name: libxklavier
|
||||
Version: 2.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
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/X11R6/lib/X11/xkb
|
||||
%configure --enable-doxygen --with-xkb-base=/usr/share/X11/xkb
|
||||
make
|
||||
|
||||
%install
|
||||
@ -65,6 +65,9 @@ rm -rf %{buildroot}
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 2.0-2
|
||||
- Fix references to obsolete X11R6 paths
|
||||
|
||||
* Mon Mar 21 2005 David Zeuthen <davidz@redhat.com> 2.0-1
|
||||
- Update to latest upstream version
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user