diff --git a/scummvm.spec b/scummvm.spec index 4e9475c..764f19f 100644 --- a/scummvm.spec +++ b/scummvm.spec @@ -11,7 +11,7 @@ Name: scummvm Version: 1.9.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Interpreter for several adventure games Group: Applications/Emulators License: GPLv2+ @@ -112,22 +112,6 @@ install -D -p -m 0644 icons/%{name}.svg \ # Plugins should be executable. find $RPM_BUILD_ROOT%{_libdir} -type f -name '*.so' | xargs chmod -Rc 0755 - -%post -/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - - -%postun -if [ $1 -eq 0 ] ; then - /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null - /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : -fi - - -%posttrans -/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : - - %files %license COPYING %doc AUTHORS NEWS README TODO doc/* @@ -145,6 +129,9 @@ fi %changelog +* Thu Jan 18 2018 Igor Gnatenko - 1.9.0-7 +- Remove obsolete scriptlets + * Sun Aug 20 2017 Björn Esser - 1.9.0-6 - Properly apply compiler / linker flags - Add BR: libmad-devel for MP3 support