3.2
This commit is contained in:
parent
42f62e3554
commit
14aca3c096
@ -1,19 +1,18 @@
|
|||||||
Summary: library providing high-level API for X Keyboard Extension
|
Summary: library providing high-level API for X Keyboard Extension
|
||||||
Name: libxklavier
|
Name: libxklavier
|
||||||
Version: 3.1
|
Version: 3.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Url: http://gswitchit.sourceforge.net/
|
URL: http://gswitchit.sourceforge.net/
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libxkbfile-devel
|
BuildRequires: libxkbfile-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: glib2-devel >= 2.6.0
|
BuildRequires: glib2-devel >= 2.6.0
|
||||||
Source: http://gswitchit.sourceforge.net/%{name}-%{version}.tar.gz
|
Source: http://download.gnome.org/sources/libxklavier/3.2/libxklavier-3.2.tar.bz2
|
||||||
Patch0: libxklavier-3.1-crash.patch
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libxklavier is a library providing high-level API for X Keyboard Extension
|
libxklavier is a library providing high-level API for X Keyboard Extension
|
||||||
@ -24,15 +23,15 @@ commercial X servers. It is useful for creating XKB-related software
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries, includes, etc to develop libxklavier applications
|
Summary: Libraries, includes, etc to develop libxklavier applications
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
Requires: libxml2-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libraries, include files, etc you can use to develop libxklavier applications.
|
Libraries, include files, etc you can use to develop libxklavier applications.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .crash
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -69,6 +68,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/gtk-doc/html/libxklavier/
|
%{_datadir}/gtk-doc/html/libxklavier/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Sat Nov 4 2006 Matthias Clasen <mclasen@redhat.com> - 3.1-2
|
||||||
- Fix a possible crash (#213419)
|
- Fix a possible crash (#213419)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user