diff --git a/virtualplanet.spec b/virtualplanet.spec index 0cdc182..f3f682e 100644 --- a/virtualplanet.spec +++ b/virtualplanet.spec @@ -2,7 +2,7 @@ Name: virtualplanet Version: 2.5 -Release: 1.%{revision}svn%{?dist} +Release: 2.%{revision}svn%{?dist} Summary: An atlas for planets surface formations # Some component of glscene used by virtualplanet are licensed MPLv1.1 only License: GPLv3+ and MPLv1.1 @@ -159,21 +159,6 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/virtualplanet.desktop # Appdata file check appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml -%post -/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : -/usr/bin/update-desktop-database &> /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 -/usr/bin/update-desktop-database &> /dev/null || : - -%posttrans -/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - - %files %license gpl-3.0.txt LICENSE %doc %{_datadir}/doc/%{name} @@ -202,6 +187,9 @@ fi %changelog +* Thu Jan 18 2018 Igor Gnatenko - 2.5-2.164svn +- Remove obsolete scriptlets + * Fri Dec 08 2017 Mattia Verga - 2.5-1.164svn - Update to development version rev164 - Exclude arm architectures due to component not compatible with arm