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