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
|
Name: libxklavier
|
||||||
Version: 3.7
|
Version: 3.8
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://gswitchit.sourceforge.net/
|
URL: http://gswitchit.sourceforge.net/
|
||||||
@ -9,23 +9,24 @@ BuildRequires: doxygen
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libxkbfile-devel
|
BuildRequires: libxkbfile-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXi-devel`
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: glib2-devel >= 2.6.0
|
BuildRequires: glib2-devel >= 2.6.0
|
||||||
BuildRequires: iso-codes-devel
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
# https://bugs.freedesktop.org/show_bug.cgi?id=17651
|
# https://bugs.freedesktop.org/show_bug.cgi?id=17651
|
||||||
Patch0: sax-leak.patch
|
Patch0: sax-leak.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libxklavier is a library providing high-level API for X Keyboard Extension
|
libxklavier is a library providing a high-level API for the X Keyboard
|
||||||
known as XKB. This library is intended to support XFree86 and other
|
Extension (XKB). This library is intended to support XFree86 and other
|
||||||
commercial X servers. It is useful for creating XKB-related software
|
commercial X servers. It is useful for creating XKB-related software
|
||||||
(layout indicators etc).
|
(layout indicators etc).
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries, includes, etc to develop libxklavier applications
|
Summary: Development files for libxklavier
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
@ -33,7 +34,8 @@ Requires: gtk-doc
|
|||||||
Requires: libxml2-devel
|
Requires: libxml2-devel
|
||||||
|
|
||||||
%description 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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -73,6 +75,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/gtk-doc/html/libxklavier/
|
%{_datadir}/gtk-doc/html/libxklavier/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 19 2008 Matthias Clasen <mclasen@redhat.com> - 3.7-3
|
||||||
- Plug a memory leak
|
- Plug a memory leak
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user