Don't specify --with-hotkeys.

This commit is contained in:
Daiki Ueno 2011-07-07 14:49:41 +09:00
parent 57aab5b85e
commit 342925a186

View File

@ -1,5 +1,5 @@
%global require_ibus_version 1.3.0
%global have_bridge_hotkey 1
%global have_bridge_hotkey 0
%if (0%{?fedora} > 14)
%global _with_gtk --with-gtk=3.0
@ -13,7 +13,7 @@
Name: ibus-m17n
Version: 1.3.2
Release: 6%{?dist}
Release: 7%{?dist}
Summary: The M17N engine for IBus platform
License: GPLv2+
Group: System Environment/Libraries
@ -23,9 +23,7 @@ Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0: ibus-m17n-HEAD.patch
Patch1: ibus-m17n-iok.patch
Patch2: ibus-m17n-xkb-options.patch
%if %have_bridge_hotkey
Patch3: ibus-m17n-xx-icon-symbol.patch
%endif
# The following BR is for autogen and not necessary when packging
# released tarballs.
@ -55,9 +53,7 @@ the input table maps from m17n-db.
%patch0 -p1 -b .HEAD
%patch1 -p1 -b .iok
%patch2 -p1 -b .xkb-options
%if %have_bridge_hotkey
%patch3 -p1 -b .xx-icon-symbol
%endif
NOCONFIGURE=1 ./autogen.sh
%build
@ -79,6 +75,9 @@ make DESTDIR=${RPM_BUILD_ROOT} install
%{_datadir}/ibus/component/*
%changelog
* Thu Jul 7 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-7
- don't specify --with-hotkey.
* Mon Jul 4 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-6
- Add ibus-m17n-xkb-options.patch.
- Add ibus-m17n-xx-icon-symbol.patch.