Bumped to 1.5.5
This commit is contained in:
parent
cec2536615
commit
bc85845e07
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ ibus-anthy.png
|
||||
/ibus-anthy-1.5.2.tar.gz
|
||||
/ibus-anthy-1.5.3.tar.gz
|
||||
/ibus-anthy-1.5.4.tar.gz
|
||||
/ibus-anthy-1.5.5.tar.gz
|
||||
|
@ -3,26 +3,24 @@
|
||||
%global have_default_layout 1
|
||||
%global have_bridge_hotkey 1
|
||||
|
||||
%if (0%{?fedora} > 18 || 0%{?rhel} > 6)
|
||||
%global with_ctrl_space 1
|
||||
%else
|
||||
%global with_ctrl_space 0
|
||||
%endif
|
||||
|
||||
%if (0%{?fedora} > 19 || 0%{?rhel} > 6)
|
||||
%global with_python_pkg 1
|
||||
%else
|
||||
%global with_python_pkg 0
|
||||
%endif
|
||||
|
||||
# for bytecompile in %%{_datadir}/ibus-anthy
|
||||
%global __python %{__python3}
|
||||
|
||||
Name: ibus-anthy
|
||||
Version: 1.5.4
|
||||
Release: 2%{?dist}
|
||||
Version: 1.5.5
|
||||
Release: 1%{?dist}
|
||||
Summary: The Anthy engine for IBus input platform
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://code.google.com/p/ibus/
|
||||
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||
# https://docs.google.com/file/d/0B3GBdbLj_9YgY0tvRXdMWHVYd2s
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
# Upstreamed patches.
|
||||
# Patch0: %%{name}-HEAD.patch
|
||||
@ -36,12 +34,13 @@ BuildRequires: ibus
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-gobject
|
||||
|
||||
Requires: ibus >= %{require_ibus_version}
|
||||
Requires: kasumi
|
||||
Requires: anthy
|
||||
Requires: pygobject3
|
||||
Requires: python3-gobject
|
||||
%if %with_python_pkg
|
||||
Requires: %{name}-python = %{version}-%{release}
|
||||
%endif
|
||||
@ -84,11 +83,8 @@ for developers.
|
||||
%if %have_bridge_hotkey
|
||||
--with-hotkeys \
|
||||
%endif
|
||||
%if %with_ctrl_space
|
||||
--with-on-off-keys="'Zenkaku_Hankaku', 'Ctrl+space', 'Ctrl+J'" \
|
||||
%else
|
||||
--with-on-off-keys="'Ctrl+J'" \
|
||||
%endif
|
||||
--with-python=python3 \
|
||||
--disable-static
|
||||
# make -C po update-gmo
|
||||
make %{?_smp_mflags}
|
||||
@ -152,6 +148,10 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
||||
%{_libdir}/libanthygobject-%{sub_version}.so
|
||||
|
||||
%changelog
|
||||
* Wed Feb 05 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-1
|
||||
- Bumped to 1.5.5
|
||||
- Enabled python3.
|
||||
|
||||
* Tue Dec 24 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.4-2
|
||||
- Required ibus-anthy by ibus-anthy-python
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user