3.8
This commit is contained in:
parent
4d7e158745
commit
64c24d4139
@ -1 +1 @@
|
||||
libxklavier-3.7.tar.bz2
|
||||
libxklavier-3.8.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: library providing high-level API for X Keyboard Extension
|
||||
Summary: High-level API for X Keyboard Extension
|
||||
Name: libxklavier
|
||||
Version: 3.7
|
||||
Release: 3%{?dist}
|
||||
Version: 3.8
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
URL: http://gswitchit.sourceforge.net/
|
||||
@ -9,23 +9,24 @@ BuildRequires: doxygen
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libxkbfile-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXi-devel`
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: glib2-devel >= 2.6.0
|
||||
BuildRequires: iso-codes-devel
|
||||
Source: http://download.gnome.org/sources/libxklavier/3.7/libxklavier-3.7.tar.bz2
|
||||
Source: http://download.gnome.org/sources/libxklavier/3.8/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# https://bugs.freedesktop.org/show_bug.cgi?id=17651
|
||||
Patch0: sax-leak.patch
|
||||
|
||||
%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
|
||||
libxklavier is a library providing a high-level API for the X Keyboard
|
||||
Extension (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
|
||||
Summary: Development files for libxklavier
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
@ -33,7 +34,8 @@ Requires: gtk-doc
|
||||
Requires: libxml2-devel
|
||||
|
||||
%description devel
|
||||
Libraries, include files, etc you can use to develop libxklavier applications.
|
||||
This package contains libraries and header files needed to develop
|
||||
libxklavier applications.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -73,6 +75,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/gtk-doc/html/libxklavier/
|
||||
|
||||
%changelog
|
||||
* Mon Nov 24 2008 Matthias Clasen <mclasen@redhat.com> - 3.8-1
|
||||
- Update to 3.8
|
||||
|
||||
* Fri Sep 19 2008 Matthias Clasen <mclasen@redhat.com> - 3.7-3
|
||||
- Plug a memory leak
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user