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
|
||||
Name: libxklavier
|
||||
Version: 3.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.2
|
||||
Release: 1%{?dist}
|
||||
License: LGPL
|
||||
Group: Development/Libraries
|
||||
Url: http://gswitchit.sourceforge.net/
|
||||
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://gswitchit.sourceforge.net/%{name}-%{version}.tar.gz
|
||||
Patch0: libxklavier-3.1-crash.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
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
|
||||
@ -24,15 +23,15 @@ commercial X servers. It is useful for creating XKB-related software
|
||||
%package devel
|
||||
Summary: Libraries, includes, etc to develop libxklavier applications
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
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
|
||||
%patch0 -p1 -b .crash
|
||||
|
||||
%build
|
||||
|
||||
@ -69,6 +68,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/gtk-doc/html/libxklavier/
|
||||
|
||||
%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
|
||||
- Fix a possible crash (#213419)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user