hannes pushed to quodlibet (f20). "added call to update-desktop-database"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Apr 19 13:25:48 UTC 2015


>From 8b99b3f8b78c3b1d14b01b9ed00c343b9ee1cc76 Mon Sep 17 00:00:00 2001
From: hannes <hannes at fedoraproject.org>
Date: Sun, 19 Apr 2015 15:22:50 +0200
Subject: added call to update-desktop-database


diff --git a/quodlibet.spec b/quodlibet.spec
index 665af39..24035ad 100644
--- a/quodlibet.spec
+++ b/quodlibet.spec
@@ -2,7 +2,7 @@
 
 Name:		quodlibet
 Version:	3.4.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A music management program
 
 Group:		Applications/Multimedia
@@ -99,14 +99,16 @@ desktop-file-install \
 %{find_lang} quodlibet
 %post 
 /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
 
 %postun 
-/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
 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 || :
 
@@ -150,6 +152,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/quodlibet
 
 %changelog
+* Sun Apr 19 2015 Johannes Lips <hannes at fedoraproject.org> - 3.4.0-2
+- added call to update-desktop-database
+
 * Sun Apr 12 2015 Johannes Lips <hannes at fedoraproject.org> - 3.4.0-1
 - update to recent upstream release 3.4.0
 - changed upstream url
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/quodlibet.git/commit/?h=f20&id=8b99b3f8b78c3b1d14b01b9ed00c343b9ee1cc76


More information about the scm-commits mailing list