169 lines
4.5 KiB
RPMSpec
169 lines
4.5 KiB
RPMSpec
Summary: library providing high-level API for X Keyboard Extension
|
|
Name: libxklavier
|
|
Version: 3.2
|
|
Release: 3%{?dist}
|
|
License: LGPLv2+
|
|
Group: Development/Libraries
|
|
URL: http://gswitchit.sourceforge.net/
|
|
BuildRequires: doxygen
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libxkbfile-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: glib2-devel >= 2.6.0
|
|
Source: http://download.gnome.org/sources/libxklavier/3.2/libxklavier-3.2.tar.bz2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
%description
|
|
libxklavier is a library providing high-level API for X Keyboard Extension
|
|
known as XKB. This library is intended to support XFree86 and other
|
|
commercial X servers. It is useful for creating XKB-related software
|
|
(layout indicators etc).
|
|
|
|
%package devel
|
|
Summary: Libraries, includes, etc to develop libxklavier applications
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: pkgconfig
|
|
Requires: libxml2-devel
|
|
|
|
%description devel
|
|
Libraries, include files, etc you can use to develop libxklavier applications.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
%configure --disable-doxygen --with-xkb-base='%{_datadir}/X11/xkb' --with-xkb-bin-base='%{_bindir}'
|
|
make
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
|
|
%doc AUTHORS ChangeLog NEWS README COPYING.LIB
|
|
%{_libdir}/lib*.so.*
|
|
%{_datadir}/libxklavier
|
|
|
|
%files devel
|
|
%defattr(-, root, root)
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_libdir}/*.so
|
|
%{_includedir}/*
|
|
%{_datadir}/gtk-doc/html/libxklavier/
|
|
|
|
%changelog
|
|
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 3.2-3
|
|
- Rebuild for build ID
|
|
|
|
* Wed Aug 8 2007 Matthias Clasen <mclasen@redhat.com> - 3.2-2
|
|
- Update the license field
|
|
|
|
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 3.2-1
|
|
- Update to 3.2
|
|
|
|
* Sat Nov 4 2006 Matthias Clasen <mclasen@redhat.com> - 3.1-2
|
|
- Fix a possible crash (#213419)
|
|
|
|
* Sat Nov 4 2006 Matthias Clasen <mclasen@redhat.com> - 3.1-1
|
|
- Update to 3.1
|
|
|
|
* 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
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.91-1.1
|
|
- rebuild
|
|
|
|
* Wed Jun 14 2006 Matthias Clasen <mclasen@redhat.com> - 2.91-1
|
|
- Update to 2.91
|
|
|
|
* Thu Jun 8 2006 Jesse Keating <jkeating@redhat.com> - 2.2-3
|
|
- Add missing BR libxml2-devel
|
|
|
|
* Wed Jun 7 2006 Jeremy Katz <katzj@redhat.com> - 2.2-2
|
|
- rebuild for -devel deps
|
|
|
|
* Mon Mar 13 2006 Ray Strode <rstrode@redhat.com> - 2.2-1
|
|
- Update to 2.2
|
|
|
|
* Thu Mar 9 2006 Ray Strode <rstrode@redhat.com> - 2.1.0.2006.02.23-2
|
|
- trap X error reply to limit the damage of bug 183569.
|
|
|
|
* Thu Feb 23 2006 Ray Strode <rstrode@redhat.com> - 2.1.0.2006.02.23-1
|
|
- upgrade to latest cvs to handle xml comments (bug 178163)
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1-3.2
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1-3.1
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
* Thu Jan 19 2006 Christopher Aillon <caillon@redhat.com> 2.1-3
|
|
- Add missing BR: libX11-devel libxml2-devel libxkbfile-devel
|
|
|
|
* 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
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
- rebuilt
|
|
|
|
* 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
|
|
- Fix references to obsolete X11R6 paths
|
|
|
|
* Mon Mar 21 2005 David Zeuthen <davidz@redhat.com> 2.0-1
|
|
- Update to latest upstream version
|
|
|
|
* Wed Mar 16 2005 David Zeuthen <davidz@redhat.com> 1.14-2
|
|
- Rebuild
|
|
|
|
* Mon Jan 31 2005 Matthias Clasen <mclasen@redhat.com> 1.14-1
|
|
- Update to 1.14
|
|
|
|
* Wed Sep 29 2004 Jonathan Blandford <jrb@redhat.com> 1.02-3
|
|
- bump version
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* 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)
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
|
|
* Tue Jan 27 2004 Alexander Larsson <alexl@redhat.com> 0.97-1
|
|
- First version
|