c44820
Summary:	High-level API for X Keyboard Extension
c44820
Name:		libxklavier
c44820
Version:	5.4
c44820
Release: 	11%{?dist}
c44820
License:	LGPLv2+
c44820
Group:		Development/Libraries
c44820
URL: http://www.freedesktop.org/wiki/Software/LibXklavier
c44820
BuildRequires: libxml2-devel
c44820
BuildRequires: libxkbfile-devel
c44820
BuildRequires: libX11-devel
c44820
BuildRequires: libXi-devel
c44820
BuildRequires: libxml2-devel
c44820
BuildRequires: glib2-devel >= 2.6.0
c44820
BuildRequires: iso-codes-devel
c44820
BuildRequires: gobject-introspection-devel
c44820
Requires: iso-codes
c44820
#Source: http://download.gnome.org/sources/libxklavier/5.3/%{name}-%{version}.tar.xz
c44820
Source: http://people.freedesktop.org/~svu/libxklavier-5.4.tar.bz2
c44820
c44820
%description
c44820
libxklavier is a library providing a high-level API for the X Keyboard
c44820
Extension (XKB). This library is intended to support XFree86 and other
c44820
commercial X servers. It is useful for creating XKB-related software
c44820
(layout indicators etc).
c44820
c44820
%package devel
c44820
Summary: Development files for libxklavier
c44820
Group: Development/Libraries
c44820
Requires: %{name} = %{version}-%{release}
c44820
Requires: libxml2-devel
c44820
c44820
%description devel
c44820
This package contains libraries, header files and developer documentation
c44820
needed to develop libxklavier applications.
c44820
c44820
%prep
c44820
%setup -q
c44820
c44820
%build
c44820
%configure \
c44820
  --disable-static \
c44820
  --with-xkb-base='%{_datadir}/X11/xkb' \
c44820
  --with-xkb-bin-base='%{_bindir}'
c44820
c44820
make V=1 %{?_smp_mflags}
c44820
c44820
c44820
%install
c44820
make install DESTDIR=$RPM_BUILD_ROOT
c44820
c44820
rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
c44820
c44820
%ldconfig_post
c44820
c44820
%ldconfig_postun
c44820
c44820
%files
c44820
%doc AUTHORS NEWS README COPYING.LIB
c44820
%{_libdir}/libxklavier.so.16*
c44820
%dir %{_libdir}/girepository-1.0
c44820
%{_libdir}/girepository-1.0/Xkl-1.0.typelib
c44820
c44820
%files devel
c44820
%{_libdir}/pkgconfig/libxklavier.pc
c44820
%{_libdir}/libxklavier.so
c44820
%{_includedir}/libxklavier/
c44820
%{_datadir}/gtk-doc
c44820
%dir %{_datadir}/gir-1.0
c44820
%{_datadir}/gir-1.0/Xkl-1.0.gir
c44820
c44820
%changelog
c44820
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 5.4-11
c44820
- Use ldconfig scriptlet macros
c44820
c44820
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.4-10
c44820
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c44820
c44820
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.4-9
c44820
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c44820
c44820
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.4-8
c44820
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c44820
c44820
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.4-7
c44820
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c44820
c44820
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.4-6
c44820
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c44820
c44820
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.4-5
c44820
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c44820
c44820
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.4-4
c44820
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c44820
c44820
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 5.4-3
c44820
- Rebuilt for gobject-introspection 1.41.4
c44820
c44820
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.4-2
c44820
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c44820
c44820
* Tue Oct 8  2013 Peter Robinson <pbrobinson@fedoraproject.org> 5.4-1
c44820
- Update to 5.4
c44820
c44820
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3-3
c44820
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c44820
c44820
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3-2
c44820
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c44820
c44820
* Sun Sep 23 2012 Kalev Lember <kalevlember@gmail.com> - 5.3-1
c44820
- Update to 5.3
c44820
- Drop flags.patch and catch-more-xerrors.patch: applied upstream
c44820
c44820
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.1-3
c44820
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c44820
c44820
* Thu Apr 19 2012 Matthias Clasen <mclasen@redhat.com> - 5.2.1-2
c44820
- Add a runtime dependency on iso-codes (#813833)
c44820
c44820
* Thu Feb 16 2012 Ray Strode <rstrode@redhat.com> 5.2-2
c44820
- Enable gobject-introspection
c44820
c44820
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 5.2-1
c44820
- Update to 5.2
c44820
c44820
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1-2
c44820
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c44820
c44820
* Sun Feb 13 2011 Christopher Aillon <caillon@redhat.com> - 5.1-1
c44820
- Update to 5.1
c44820
c44820
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0-3
c44820
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c44820
c44820
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> 5.0-2
c44820
- Co-own /usr/share/gtk-doc (#604402)
c44820
c44820
* Sat Jan 16 2010 Matthias Clasen <mclasen@redhat.com> - 5.0-1
c44820
- Update to 5.0
c44820
c44820
* Thu Dec 10 2009 Matthias Clasen <mclasen@redhat.com> - 4.0-7
c44820
- Catch more X errors
c44820
c44820
* Thu Oct 15 2009 Matthias Clasen <mclasen@redhat.com> - 4.0-6
c44820
- Incorporate upstream fixes for XInput error handling
c44820
c44820
* Fri Oct  2 2009 Matthias Clasen <mclasen@redhat.com> - 4.0-5
c44820
- Handle BadDrawable errors gracefully
c44820
c44820
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-4
c44820
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c44820
c44820
* Thu Jul  9 2009 Matthias Clasen <mclasen@redhat.com> - 4.0-3
c44820
- Avoid a critical warning at runtime
c44820
c44820
* Wed Jul 01 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.0-2
c44820
- %%files: track files closer, esp lib sonames
c44820
- %%build: drop --disable-doxygen, add --disable-static, add %%{?_smp_mflags}
c44820
c44820
* Tue Jun 30 2009 Matthias Clasen <mclasen@redhat.com> - 4.0-1
c44820
- Update to 4.0
c44820
c44820
* Thu Mar 19 2009 Matthias Clasen <mclasen@redhat.com> - 3.9-1
c44820
- Update to 3.9
c44820
c44820
* Sat Mar  7 2009 Matthias Clasen <mclasen@redhat.com> - 3.8-4
c44820
- Suppress xkbcomp spew in .xsession-errors
c44820
c44820
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8-3
c44820
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c44820
c44820
* Mon Nov 24 2008 Matthias Clasen <mclasen@redhat.com> - 3.8-2
c44820
- Update to 3.8
c44820
c44820
* Fri Sep 19 2008 Matthias Clasen <mclasen@redhat.com> - 3.7-3
c44820
- Plug a memory leak
c44820
c44820
* Fri Sep  5 2008 Matthias Clasen <mclasen@redhat.com> - 3.7-1
c44820
- Update to 3.7
c44820
c44820
* Fri Jun 27 2008 Ray Strode <rstrode@redhat.com> - 3.6-2
c44820
- Apply upstream patch to fix libxklavier crash (bug 452966)
c44820
c44820
* Wed Apr 30 2008 Matthias Clasen <mclasen@redhat.com> - 3.6-1
c44820
- Update to 3.6
c44820
c44820
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 3.5-1
c44820
- Update to 3.5
c44820
c44820
* Wed Jan 30 2008 Matthias Clasen <mclasen@redhat.com> - 3.4-1
c44820
- Update to 3.4
c44820
c44820
* Wed Sep  5 2007 Matthias Clasen <mclasen@redhat.com> - 3.3-1
c44820
- Update to 3.3
c44820
c44820
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 3.2-3
c44820
- Rebuild for build ID
c44820
c44820
* Wed Aug  8 2007 Matthias Clasen <mclasen@redhat.com> - 3.2-2
c44820
- Update the license field
c44820
c44820
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 3.2-1
c44820
- Update to 3.2
c44820
c44820
* Sat Nov  4 2006 Matthias Clasen <mclasen@redhat.com> - 3.1-2
c44820
- Fix a possible crash (#213419)
c44820
c44820
* Sat Nov  4 2006 Matthias Clasen <mclasen@redhat.com> - 3.1-1
c44820
- Update to 3.1
c44820
c44820
* Wed Aug 30 2006 Matthias Clasen <mclasen@redhat.com> - 3.0-1.fc6
c44820
- Update to 3.0
c44820
- Require pkgconfig in the -devel package
c44820
- Don't ship static libraries
c44820
c44820
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.91-1.1
c44820
- rebuild
c44820
c44820
* Wed Jun 14 2006 Matthias Clasen <mclasen@redhat.com> - 2.91-1
c44820
- Update to 2.91
c44820
c44820
* Thu Jun  8 2006 Jesse Keating <jkeating@redhat.com> - 2.2-3
c44820
- Add missing BR libxml2-devel
c44820
c44820
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 2.2-2
c44820
- rebuild for -devel deps
c44820
c44820
* Mon Mar 13 2006 Ray Strode <rstrode@redhat.com> - 2.2-1
c44820
- Update to 2.2
c44820
c44820
* Thu Mar  9 2006 Ray Strode <rstrode@redhat.com> - 2.1.0.2006.02.23-2
c44820
- trap X error reply to limit the damage of bug 183569.
c44820
c44820
* Thu Feb 23 2006 Ray Strode <rstrode@redhat.com> - 2.1.0.2006.02.23-1
c44820
- upgrade to latest cvs to handle xml comments (bug 178163)
c44820
c44820
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1-3.2
c44820
- bump again for double-long bug on ppc(64)
c44820
c44820
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1-3.1
c44820
- rebuilt for new gcc4.1 snapshot and glibc changes
c44820
c44820
* Thu Jan 19 2006 Christopher Aillon <caillon@redhat.com> 2.1-3
c44820
- Add missing BR: libX11-devel libxml2-devel libxkbfile-devel
c44820
c44820
* Tue Dec 27 2005 Christopher Aillon <caillon@redhat.com> 2.1-2
c44820
- Pull in latest version and get rid of the annoying XKB error dialog
c44820
c44820
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c44820
- rebuilt
c44820
c44820
* Mon Nov 21 2005 Ray Strode <rstrode@redhat.com> 2.0-3
c44820
- Don't hard code the xkb data prefix.
c44820
c44820
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 2.0-2
c44820
- Fix references to obsolete X11R6 paths
c44820
c44820
* Mon Mar 21 2005 David Zeuthen <davidz@redhat.com> 2.0-1
c44820
- Update to latest upstream version
c44820
c44820
* Wed Mar 16 2005 David Zeuthen <davidz@redhat.com> 1.14-2
c44820
- Rebuild
c44820
c44820
* Mon Jan 31 2005 Matthias Clasen <mclasen@redhat.com> 1.14-1
c44820
- Update to 1.14
c44820
c44820
* Wed Sep 29 2004 Jonathan Blandford <jrb@redhat.com> 1.02-3
c44820
- bump version
c44820
c44820
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
c44820
- rebuilt
c44820
c44820
* Tue Apr 20 2004 Jeremy Katz <katzj@redhat.com> - 1.02-1
c44820
- update to 1.02 with real fixes for xorg
c44820
c44820
* Thu Apr 15 2004 Jeremy Katz <katzj@redhat.com> - 1.00-2
c44820
- patch for xorg.xml instead of xfree86.xml
c44820
c44820
* Fri Apr  2 2004 Alex Larsson <alexl@redhat.com> 1.00-1
c44820
- update to 1.00
c44820
c44820
* Mon Mar 15 2004 Bill Nottingham <notting@redhat.com>
c44820
- fix typo (#118237)
c44820
c44820
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
c44820
- rebuilt
c44820
c44820
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
c44820
- rebuilt
c44820
c44820
c44820
* Tue Jan 27 2004 Alexander Larsson <alexl@redhat.com> 0.97-1
c44820
- First version