From 88c9137784aec032f3b6deaa9dc95157222946f8 Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Tue, 20 Apr 2021 20:37:00 +0900 Subject: [PATCH] Delete postscripts --- ibus-anthy.spec | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/ibus-anthy.spec b/ibus-anthy.spec index bc18d10..27899eb 100644 --- a/ibus-anthy.spec +++ b/ibus-anthy.spec @@ -18,7 +18,7 @@ Name: ibus-anthy Version: 1.5.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Anthy engine for IBus input platform License: GPLv2+ URL: https://github.com/ibus/ibus/wiki @@ -120,16 +120,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libanthygobject-%{sub_version}.la desktop-file-validate \ $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-anthy.desktop -%post -/sbin/ldconfig -[ -x %{_bindir}/ibus ] && \ - %{_bindir}/ibus write-cache --system &>/dev/null || : - -%postun -/sbin/ldconfig -[ -x %{_bindir}/ibus ] && \ - %{_bindir}/ibus write-cache --system &>/dev/null || : - %files -f %{name}.lang %doc AUTHORS COPYING README # dir {python2_sitearch}/ibus @@ -160,6 +150,9 @@ desktop-file-validate \ %{_datadir}/installed-tests/%{name} %changelog +* Tue Apr 20 2021 Takao Fujiwara - 1.5.12-5 +- Delete postscripts + * Sun Mar 21 2021 Takao Fujiwara - 1.5.12-4 - Output info to stderr instead of StringIO