Autobuild autoformatter for 74618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus?expand=0&rev=11
This commit is contained in:
parent
9be99b84cf
commit
80822e0880
16
ibus.spec
16
ibus.spec
@ -70,14 +70,16 @@ Supplements: packageand(ibus:gtk2)
|
||||
This package contains ibus im module for gtk2
|
||||
|
||||
%if %suse_version >= 1140
|
||||
|
||||
%package gtk3
|
||||
Summary: IBus im module for gtk3
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: gtk3-devel
|
||||
|
||||
Summary: IBus im module for gtk3
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: gtk3-devel
|
||||
%gtk3_immodule_requires
|
||||
Supplements: packageand(ibus:gtk3)
|
||||
|
||||
|
||||
%description gtk3
|
||||
This package contains ibus im module for gtk3
|
||||
%endif
|
||||
@ -176,9 +178,10 @@ rm -rf %buildroot
|
||||
%postun -n libibus2 -p /sbin/ldconfig
|
||||
|
||||
%if %suse_version >= 1140
|
||||
|
||||
%post gtk3
|
||||
%gtk3_immodule_post
|
||||
|
||||
|
||||
%postun gtk3
|
||||
%gtk3_immodule_postun
|
||||
%endif
|
||||
@ -210,6 +213,7 @@ rm -rf %buildroot
|
||||
%{_libdir}/gtk-2.0/%{gtk_binary_version}/immodules/im-ibus.so
|
||||
|
||||
%if %suse_version >= 1140
|
||||
|
||||
%files gtk3
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/gtk-3.0/3.0.0/immodules/*
|
||||
|
Loading…
Reference in New Issue
Block a user