SHA256
1
0
forked from pool/fcitx
fcitx/baselibs.conf
Takashi Iwai cd9a4a1dd3 Accepting request 222319 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/222319
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=84
2014-02-14 12:02:17 +00:00

33 lines
1.2 KiB
Plaintext

libfcitx-4_2_8
requires "fcitx = <version>"
obsoletes "libfcitx-<targettype> < <version>"
provides "libfcitx-<targettype> = <version>"
post "/sbin/ldconfig"
postun "/sbin/ldconfig"
fcitx-gtk2
requires "libfcitx-4_2_8-<targettype> = <version>"
post "%if "%_lib" == "lib64""
post "<prefix>%{_bindir}/gtk-query-immodules-2.0-64 --update-cache"
post "%else"
post "<prefix>%{_bindir}/gtk-query-immodules-2.0 --update-cache"
post "%endif"
postun "%if "%_lib" == "lib64""
postun "<prefix>%{_bindir}/gtk-query-immodules-2.0-64 --update-cache"
postun "%else"
postun "<prefix>%{_bindir}/gtk-query-immodules-2.0 --update-cache"
postun "%endif"
fcitx-gtk3
requires "libfcitx-4_2_8-<targettype> = <version>"
post "%if "%_lib" == "lib64""
post "<prefix>%{_bindir}/gtk-query-immodules-3.0-64 --update-cache"
post "%else"
post "<prefix>%{_bindir}/gtk-query-immodules-3.0 --update-cache"
post "%endif"
postun "%if "%_lib" == "lib64""
postun "<prefix>%{_bindir}/gtk-query-immodules-3.0-64 --update-cache"
postun "%else"
postun "<prefix>%{_bindir}/gtk-query-immodules-3.0 --update-cache"
postun "%endif"
fcitx-qt4
requires "libfcitx-4_2_8-<targettype> = <version>"