Stop packaging the -qt4 plugin on openSUSE >= 1500 OBS-URL: https://build.opensuse.org/request/show/703132 OBS-URL: https://build.opensuse.org/package/show/M17N/scim?expand=0&rev=70
26 lines
946 B
Plaintext
26 lines
946 B
Plaintext
scim-gtk
|
|
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"
|
|
supplements "packageand(scim:gtk2-<targettype>)"
|
|
scim-gtk3
|
|
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"
|
|
supplements "packageand(scim:gtk3-<targettype>)"
|
|
scim
|