Reverted ibus-anthy-python
This commit is contained in:
parent
410f669789
commit
643ad09b6f
@ -46,13 +46,17 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-gobject
|
BuildRequires: python3-gobject
|
||||||
%else
|
%else
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
|
% if (0%{?fedora} && 0%{?fedora} <= 27) || (0%{?rhel} && 0%{?rhel} <= 7)
|
||||||
|
BuildRequires: pygobject3-base
|
||||||
|
% else
|
||||||
BuildRequires: python2-gobject-base
|
BuildRequires: python2-gobject-base
|
||||||
|
% endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: ibus >= %{require_ibus_version}
|
Requires: ibus >= %{require_ibus_version}
|
||||||
Requires: kasumi
|
Requires: kasumi
|
||||||
Requires: anthy
|
Requires: anthy
|
||||||
Requires: python2-%{name} = %{version}-%{release}
|
Requires: %{name}-python = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Anthy engine for IBus platform. It provides Japanese input method from
|
The Anthy engine for IBus platform. It provides Japanese input method from
|
||||||
@ -68,8 +72,13 @@ Requires: gtk3
|
|||||||
Requires: python3-cairo
|
Requires: python3-cairo
|
||||||
Requires: python3-gobject
|
Requires: python3-gobject
|
||||||
%else
|
%else
|
||||||
|
% if (0%{?fedora} && 0%{?fedora} <= 27) || (0%{?rhel} && 0%{?rhel} <= 7)
|
||||||
|
Requires: pycairo
|
||||||
|
Requires: pygobject3
|
||||||
|
% else
|
||||||
Requires: python2-cairo
|
Requires: python2-cairo
|
||||||
Requires: python2-gobject
|
Requires: python2-gobject
|
||||||
|
% endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description python
|
%description python
|
||||||
|
Loading…
Reference in New Issue
Block a user