From 4f403c77e48b390434e8dfe05622c8034733c602 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jan 11 2018 13:49:23 +0000 Subject: Remove obsolete scriptlets Signed-off-by: Igor Gnatenko --- diff --git a/dxf2gcode.spec b/dxf2gcode.spec index fa0961f..2d48328 100644 --- a/dxf2gcode.spec +++ b/dxf2gcode.spec @@ -5,7 +5,7 @@ Name: dxf2gcode Version: %{date} -Release: 1%{?dist} +Release: 2%{?dist} Summary: 2D drawings to CNC machine compatible G-Code converter License: GPLv3+ and MIT Url: https://sourceforge.net/p/dxf2gcode/wiki/Home/ @@ -71,22 +71,6 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml %find_lang %{name} --with-qt --without-mo - -%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 %{_datadir}/icons/hicolor &>/dev/null || : -fi - - -%posttrans -/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - - %files -f %{name}.lang %license COPYING %doc README.txt @@ -100,6 +84,9 @@ fi %changelog +* Thu Jan 11 2018 Igor Gnatenko - 20170925-2 +- Remove obsolete scriptlets + * Mon Sep 25 2017 Damian Wrobel - 20170925-1 - Update to the lastest available version.