From 1fbc1c3dba69670bbb5297dbc4d686532bd61ec7 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 6 Jan 2018 10:37:57 +0100 Subject: [PATCH] Remove obsolete scriptlets Signed-off-by: Igor Gnatenko --- maliit-framework.spec | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/maliit-framework.spec b/maliit-framework.spec index 7f05a6d..91b40a2 100644 --- a/maliit-framework.spec +++ b/maliit-framework.spec @@ -1,6 +1,6 @@ Name: maliit-framework Version: 0.94.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Input method framework Group: System Environment/Libraries @@ -110,26 +110,7 @@ mkdir -p %{buildroot}%{_datadir}/maliit %postun -p /sbin/ldconfig -%postun gtk3 -/usr/bin/gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || : - -%post gtk3 -if [ $1 -eq 1 ] ; then - # For upgrades, the cache will be regenerated by the new package's %postun - /usr/bin/gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || : -fi - -%postun gtk2 -/usr/bin/update-gtk-immodules %{_host} &> /dev/null || : - -%post gtk2 -if [ $1 -eq 1 ] ; then - # For upgrades, the cache will be regenerated by the new package's %postun - /usr/bin/update-gtk-immodules %{_host} &> /dev/null || : -fi - %files -%{!?_licensedir:%global license %%doc} %license LICENSE.LGPL %doc README NEWS %{_bindir}/maliit-server @@ -170,6 +151,9 @@ fi %{_libdir}/maliit-framework-tests %changelog +* Sat Jan 06 2018 Igor Gnatenko - 0.94.2-14 +- Remove obsolete scriptlets + * Thu Aug 03 2017 Fedora Release Engineering - 0.94.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild