cvsdist 05ca67e
Summary:	library providing high-level API for X Keyboard Extension
cvsdist 05ca67e
Name:		libxklavier
bcedaca
Version:	1.14
David Zeuthen a10097f
Release:	2 
cvsdist 05ca67e
License:	LGPL
cvsdist 05ca67e
Group:		Development/Libraries
cvsdist 05ca67e
Url: http://gswitchit.sourceforge.net/
cvsdist 05ca67e
BuildRequires: doxygen
cvsdist 05ca67e
Source: http://gswitchit.sourceforge.net/%{name}-%{version}.tar.gz
cvsdist 05ca67e
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
cvsdist 05ca67e
c5c3781
Patch0: libxklavier-1.14-werror.patch
cvsdist 05ca67e
cvsdist 05ca67e
%description
cvsdist 05ca67e
libxklavier is a library providing high-level API for X Keyboard Extension
cvsdist dbb72d3
known as XKB. This library is intended to support XFree86 and other
cvsdist 05ca67e
commercial X servers. It is useful for creating XKB-related software
cvsdist 05ca67e
(layout indicators etc).
cvsdist 05ca67e
cvsdist 05ca67e
%package devel
cvsdist 05ca67e
Summary: Libraries, includes, etc to develop libxklavier applications
cvsdist 05ca67e
Group: Development/Libraries
cvsdist 05ca67e
Requires: %{name} = %{version}
cvsdist 05ca67e
cvsdist 05ca67e
%description devel
cvsdist 05ca67e
Libraries, include files, etc you can use to develop libxklavier applications.
cvsdist 05ca67e
cvsdist 05ca67e
%prep
cvsdist 05ca67e
%setup -q
c5c3781
%patch0 -p1 -b .werror
cvsdist 05ca67e
cvsdist 05ca67e
%build
cvsdist 05ca67e
cvsdist 05ca67e
%configure --enable-doxygen --with-xkb-base=/usr/X11R6/lib/X11/xkb
cvsdist 05ca67e
make 
cvsdist 05ca67e
cvsdist 05ca67e
%install
cvsdist 05ca67e
rm -rf $RPM_BUILD_ROOT
cvsdist 05ca67e
cvsdist 05ca67e
%makeinstall
cvsdist 05ca67e
cvsdist 05ca67e
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
cvsdist 05ca67e
cvsdist 05ca67e
%clean
cvsdist 05ca67e
rm -rf %{buildroot}
cvsdist 05ca67e
cvsdist 05ca67e
%post -p /sbin/ldconfig
cvsdist 05ca67e
cvsdist 05ca67e
%postun -p /sbin/ldconfig
cvsdist 05ca67e
cvsdist 05ca67e
%files
cvsdist 05ca67e
%defattr(-, root, root)
cvsdist 05ca67e
cvsdist 05ca67e
%doc AUTHORS ChangeLog NEWS README COPYING.LIB 
cvsdist 05ca67e
%{_libdir}/lib*.so.*
cvsdist 05ca67e
%{_datadir}/libxklavier
cvsdist 05ca67e
cvsdist 05ca67e
%files devel
cvsdist 05ca67e
%defattr(-, root, root)
cvsdist 05ca67e
cvsdist 05ca67e
%doc doc/html/*.html doc/html/*.png doc/html/*.css
cvsdist 05ca67e
%{_libdir}/pkgconfig/*.pc
cvsdist 05ca67e
%{_libdir}/*.a
cvsdist 05ca67e
%{_libdir}/*.so
cvsdist 05ca67e
%{_includedir}/*
cvsdist 05ca67e
cvsdist 05ca67e
%changelog
David Zeuthen a10097f
* Wed Mar 16 2005 David Zeuthen <davidz@redhat.com> 1.14-2
David Zeuthen a10097f
- Rebuild
David Zeuthen a10097f
bcedaca
* Mon Jan 31 2005 Matthias Clasen <mclasen@redhat.com> 1.14-1
bcedaca
- Update to 1.14
bcedaca
Jonathan Blandford 6e76dc9
* Wed Sep 29 2004 Jonathan Blandford <jrb@redhat.com> 1.02-3
Jonathan Blandford 6e76dc9
- bump version
Jonathan Blandford 6e76dc9
cvsdist e694c5e
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e694c5e
- rebuilt
cvsdist e694c5e
cvsdist dbb72d3
* Tue Apr 20 2004 Jeremy Katz <katzj@redhat.com> - 1.02-1
cvsdist dbb72d3
- update to 1.02 with real fixes for xorg
cvsdist dbb72d3
cvsdist dbb72d3
* Thu Apr 15 2004 Jeremy Katz <katzj@redhat.com> - 1.00-2
cvsdist dbb72d3
- patch for xorg.xml instead of xfree86.xml
cvsdist dbb72d3
cvsdist dbb72d3
* Fri Apr  2 2004 Alex Larsson <alexl@redhat.com> 1.00-1
cvsdist dbb72d3
- update to 1.00
cvsdist dbb72d3
cvsdist dbb72d3
* Mon Mar 15 2004 Bill Nottingham <notting@redhat.com>
cvsdist dbb72d3
- fix typo (#118237)
cvsdist dbb72d3
cvsdist c029009
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist c029009
- rebuilt
cvsdist c029009
cvsdist c029009
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist c029009
- rebuilt
cvsdist c029009
cvsdist 05ca67e
cvsdist 05ca67e
* Tue Jan 27 2004 Alexander Larsson <alexl@redhat.com> 0.97-1
cvsdist 05ca67e
- First version