2004-09-09 07:52:17 +00:00
|
|
|
Summary: library providing high-level API for X Keyboard Extension
|
|
|
|
Name: libxklavier
|
2005-03-21 16:18:25 +00:00
|
|
|
Version: 2.0
|
2005-11-19 04:13:06 +00:00
|
|
|
Release: 2
|
2004-09-09 07:52:17 +00:00
|
|
|
License: LGPL
|
|
|
|
Group: Development/Libraries
|
|
|
|
Url: http://gswitchit.sourceforge.net/
|
|
|
|
BuildRequires: doxygen
|
|
|
|
Source: http://gswitchit.sourceforge.net/%{name}-%{version}.tar.gz
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
2005-02-01 16:27:31 +00:00
|
|
|
Patch0: libxklavier-1.14-werror.patch
|
2004-09-09 07:52:17 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
libxklavier is a library providing high-level API for X Keyboard Extension
|
2004-09-09 07:53:01 +00:00
|
|
|
known as 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
|
|
|
|
Summary: Libraries, includes, etc to develop libxklavier applications
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Libraries, include files, etc you can use to develop libxklavier applications.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2005-02-01 16:27:31 +00:00
|
|
|
%patch0 -p1 -b .werror
|
2004-09-09 07:52:17 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
2005-11-19 04:13:06 +00:00
|
|
|
%configure --enable-doxygen --with-xkb-base=/usr/share/X11/xkb
|
2004-09-09 07:52:17 +00:00
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.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)
|
|
|
|
|
|
|
|
%doc doc/html/*.html doc/html/*.png doc/html/*.css
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_libdir}/*.a
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_includedir}/*
|
|
|
|
|
|
|
|
%changelog
|
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
|