Accepting request 222322 from home:tiwai:branches:M17N
- Fix *-32bit post and postun calls for gtk-query-immodules-2 on openSUSE 13.1 and later (bnc#845860) OBS-URL: https://build.opensuse.org/request/show/222322 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=95
This commit is contained in:
parent
3684c3ba3e
commit
d0e67297d5
@ -1,13 +1,13 @@
|
|||||||
ibus-gtk
|
ibus-gtk
|
||||||
post "%if "%_lib" == "lib64""
|
post "%if "%_lib" == "lib64""
|
||||||
post "<prefix>%{_bindir}/gtk-query-immodules-2.0-64 > <prefix>%{_sysconfdir}/gtk-2.0/gtk64.immodules"
|
post "<prefix>%{_bindir}/gtk-query-immodules-2.0-64 --update-cache"
|
||||||
post "%else"
|
post "%else"
|
||||||
post "<prefix>%{_bindir}/gtk-query-immodules-2.0 > <prefix>%{_sysconfdir}/gtk-2.0/gtk.immodules"
|
post "<prefix>%{_bindir}/gtk-query-immodules-2.0 --update-cache"
|
||||||
post "%endif"
|
post "%endif"
|
||||||
postun "%if "%_lib" == "lib64""
|
postun "%if "%_lib" == "lib64""
|
||||||
postun "<prefix>%{_bindir}/gtk-query-immodules-2.0-64 > <prefix>%{_sysconfdir}/gtk-2.0/gtk64.immodules"
|
postun "<prefix>%{_bindir}/gtk-query-immodules-2.0-64 --update-cache"
|
||||||
postun "%else"
|
postun "%else"
|
||||||
postun "<prefix>%{_bindir}/gtk-query-immodules-2.0 > <prefix>%{_sysconfdir}/gtk-2.0/gtk.immodules"
|
postun "<prefix>%{_bindir}/gtk-query-immodules-2.0 --update-cache"
|
||||||
postun "%endif"
|
postun "%endif"
|
||||||
supplements "packageand(ibus:gtk2-<targettype>)"
|
supplements "packageand(ibus:gtk2-<targettype>)"
|
||||||
ibus-gtk3
|
ibus-gtk3
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 14 12:10:13 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix *-32bit post and postun calls for gtk-query-immodules-2 on
|
||||||
|
openSUSE 13.1 and later (bnc#845860)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 10 09:48:56 UTC 2014 - fcrozat@suse.com
|
Mon Feb 10 09:48:56 UTC 2014 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -178,6 +178,13 @@ docs for ibus.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
# hack to fix incompatibility of gtk-query-immodules-2.0 (bnc#845860)
|
||||||
|
%if %suse_version < 1310
|
||||||
|
sed -i \
|
||||||
|
-e's@\(gtk-query-immodules-2.0-64\) --update-cache@\1 > <prefix>%{_sysconfdir}/gtk-2.0/gtk64.immodules@g' \
|
||||||
|
-e's@\(gtk-query-immodules-2.0\) --update-cache@\1 > <prefix>%{_sysconfdir}/gtk-2.0/gtk.immodules@g' \
|
||||||
|
$RPM_SOURCE_DIR/baselibs.conf
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{with_automatic_config}
|
%if %{with_automatic_config}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user