diff --git a/whichwayisup.spec b/whichwayisup.spec index ed45335..884a6b1 100644 --- a/whichwayisup.spec +++ b/whichwayisup.spec @@ -2,7 +2,7 @@ Name: whichwayisup Version: 0.7.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: 2D platform game with a slight rotational twist # All game content, sounds and graphics are licensed under @@ -93,22 +93,6 @@ rm %{buildroot}%{_datadir}/%{name}/data/misc/Vera.ttf ln -s %{_datadir}/fonts/bitstream-vera/Vera.ttf \ %{buildroot}%{_datadir}/%{name}/data/misc/Vera.ttf - -%post -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - - -%postun -if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi - - -%posttrans -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - - %files %doc README.txt changelog.txt %{_bindir}/%{name} @@ -120,6 +104,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Jan 18 2018 Igor Gnatenko - 0.7.9-4 +- Remove obsolete scriptlets + * Sat Jul 08 2017 Andrea Musuruane - 0.7.9-3 - Added missing BR