diff --git a/ibus-anthy.spec b/ibus-anthy.spec index 858346d..0a6f519 100644 --- a/ibus-anthy.spec +++ b/ibus-anthy.spec @@ -18,7 +18,7 @@ Name: ibus-anthy Version: 1.5.12 -Release: 7%{?dist} +Release: 8%{?dist} Summary: The Anthy engine for IBus input platform License: GPLv2+ URL: https://github.com/ibus/ibus/wiki @@ -120,10 +120,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libanthygobject-%{sub_version}.la desktop-file-validate \ $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-anthy.desktop -%posttrans -/sbin/ldconfig -[ -x %{_bindir}/ibus ] && \ - %{_bindir}/ibus write-cache --system &>/dev/null || : +%ldconfig_scriptlets libs + %files -f %{name}.lang %doc AUTHORS COPYING README @@ -155,6 +153,9 @@ desktop-file-validate \ %{_datadir}/installed-tests/%{name} %changelog +* Thu Jun 17 2021 Takao Fujiwara - 1.5.12-8 +- Delete postscript for ibus write-cache + * Tue Apr 27 2021 Takao Fujiwara - 1.5.12-7 - Move .desktop file from ibus-anthy-python to ibus-anthy - Fix covscan