diff --git a/bijiben.spec b/bijiben.spec index 52fe37d..ad3792d 100644 --- a/bijiben.spec +++ b/bijiben.spec @@ -1,6 +1,6 @@ Name: bijiben Version: 3.26.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple Note Viewer # Bijiben is GPLv3+ apart a few files "LGPLv2 or LGPLv3" @@ -71,25 +71,6 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.bijiben.des # Creates the file for all locales %find_lang %{name} --with-gnome -%post -/usr/bin/update-desktop-database &> /dev/null || : -/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : -/bin/touch --no-create %{_datadir}/mime/packages &>/dev/null || : - -%postun -/usr/bin/update-desktop-database &> /dev/null || : -if [ $1 -eq 0 ] ; then - /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : - /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null - /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : - /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || : -fi - -%posttrans -/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : -/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -/usr/bin/update-mime-database -n %{_datadir}/mime &> /dev/null || : - %files -f %{name}.lang %license COPYING %doc AUTHORS NEWS README @@ -109,6 +90,9 @@ fi %{_libexecdir}/%{name}-shell-search-provider %changelog +* Fri Jan 05 2018 Igor Gnatenko - 3.26.2-3 +- Remove obsolete scriptlets + * Wed Nov 08 2017 Milan Crha - 3.26.2-2 - Rebuild for newer libical