diff --git a/aeskulap.spec b/aeskulap.spec index 5dea5f0..7b0395d 100644 --- a/aeskulap.spec +++ b/aeskulap.spec @@ -5,7 +5,7 @@ Name: aeskulap Version: 0.2.2 -Release: 0.32.beta1%{?dist} +Release: 0.33.beta1%{?dist} Summary: Full open source replacement for commercially available DICOM viewers # The sources of the (internal) libraries are LGPLv2+, the rest of the sources are GPLv2+, # except binreloc.{c,h} and the documentation, which are in the public domain @@ -81,22 +81,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %post %gconf_schema_upgrade %{name} -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : -/usr/bin/update-desktop-database &> /dev/null || : %preun %gconf_schema_remove %{name} -%postun -if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi -/usr/bin/update-desktop-database &> /dev/null || : - -%posttrans -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - %files -f %{name}.lang %{_bindir}/%{name} %{_libdir}/%{name}/ @@ -115,6 +103,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %license COPYING.DOC %changelog +* Sun Jan 07 2018 Igor Gnatenko - 0.2.2-0.33.beta1 +- Remove obsolete scriptlets + * Tue Jan 02 2018 Igor Gnatenko - 0.2.2-0.32.beta1 - Rebuild for dcmtk