diff --git a/flatcam.spec b/flatcam.spec index ac55e04..f756b70 100644 --- a/flatcam.spec +++ b/flatcam.spec @@ -5,7 +5,7 @@ Name: flatcam Version: 8.5 -Release: 7.%{date}git%{shortcommit0}%{?dist} +Release: 8.%{date}git%{shortcommit0}%{?dist} Summary: 2D Computer-Aided PCB Manufacturing License: MIT Url: http://flatcam.org/ @@ -62,22 +62,6 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop install -p -m 0644 -D %{name}.appdata.xml %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml - -%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 %license LICENSE %doc README.md @@ -91,6 +75,9 @@ fi %changelog +* Thu Jan 11 2018 Igor Gnatenko - 8.5-8.20170701gita9a4ec75db12 +- Remove obsolete scriptlets + * Sat Aug 26 2017 Damian Wrobel - 8.5-7.20170701gita9a4ec75db12 - Use non-versioning Requires: for python-svg-path.