Bumped to 1.5.5

This commit is contained in:
Takao Fujiwara 2014-02-06 12:35:24 +09:00
parent cec2536615
commit bc85845e07
3 changed files with 17 additions and 16 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ ibus-anthy.png
/ibus-anthy-1.5.2.tar.gz /ibus-anthy-1.5.2.tar.gz
/ibus-anthy-1.5.3.tar.gz /ibus-anthy-1.5.3.tar.gz
/ibus-anthy-1.5.4.tar.gz /ibus-anthy-1.5.4.tar.gz
/ibus-anthy-1.5.5.tar.gz

View File

@ -3,26 +3,24 @@
%global have_default_layout 1 %global have_default_layout 1
%global have_bridge_hotkey 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) %if (0%{?fedora} > 19 || 0%{?rhel} > 6)
%global with_python_pkg 1 %global with_python_pkg 1
%else %else
%global with_python_pkg 0 %global with_python_pkg 0
%endif %endif
# for bytecompile in %%{_datadir}/ibus-anthy
%global __python %{__python3}
Name: ibus-anthy Name: ibus-anthy
Version: 1.5.4 Version: 1.5.5
Release: 2%{?dist} Release: 1%{?dist}
Summary: The Anthy engine for IBus input platform Summary: The Anthy engine for IBus input platform
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://code.google.com/p/ibus/ 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. # Upstreamed patches.
# Patch0: %%{name}-HEAD.patch # Patch0: %%{name}-HEAD.patch
@ -36,12 +34,13 @@ BuildRequires: ibus
BuildRequires: intltool BuildRequires: intltool
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python2-devel BuildRequires: python3-devel
BuildRequires: python3-gobject
Requires: ibus >= %{require_ibus_version} Requires: ibus >= %{require_ibus_version}
Requires: kasumi Requires: kasumi
Requires: anthy Requires: anthy
Requires: pygobject3 Requires: python3-gobject
%if %with_python_pkg %if %with_python_pkg
Requires: %{name}-python = %{version}-%{release} Requires: %{name}-python = %{version}-%{release}
%endif %endif
@ -84,11 +83,8 @@ for developers.
%if %have_bridge_hotkey %if %have_bridge_hotkey
--with-hotkeys \ --with-hotkeys \
%endif %endif
%if %with_ctrl_space
--with-on-off-keys="'Zenkaku_Hankaku', 'Ctrl+space', 'Ctrl+J'" \ --with-on-off-keys="'Zenkaku_Hankaku', 'Ctrl+space', 'Ctrl+J'" \
%else --with-python=python3 \
--with-on-off-keys="'Ctrl+J'" \
%endif
--disable-static --disable-static
# make -C po update-gmo # make -C po update-gmo
make %{?_smp_mflags} make %{?_smp_mflags}
@ -152,6 +148,10 @@ touch --no-create %{_datadir}/icons/hicolor || :
%{_libdir}/libanthygobject-%{sub_version}.so %{_libdir}/libanthygobject-%{sub_version}.so
%changelog %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 * Tue Dec 24 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.4-2
- Required ibus-anthy by ibus-anthy-python - Required ibus-anthy by ibus-anthy-python

View File

@ -1 +1 @@
50a4115ad9bf386daea1161eb0bf4435 ibus-anthy-1.5.4.tar.gz 0d21a3e24cfd7be22521475a63392276 ibus-anthy-1.5.5.tar.gz