[hotot/f18] sync branches

Rahul Sundaram sundaram at fedoraproject.org
Sun Jan 13 06:47:24 UTC 2013


commit 9b2ef1f719e419e6bd3e9cde6154974222860a99
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Sun Jan 13 01:47:04 2013 -0500

    sync branches

 hotot.spec |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/hotot.spec b/hotot.spec
index f4aeaf5..0e7518b 100644
--- a/hotot.spec
+++ b/hotot.spec
@@ -2,7 +2,7 @@
 %global gitdate 20121215
 Name:           hotot
 Version:        0.9.9
-Release:        2.%{gitdate}git%{githash}%{?dist}
+Release:        3.%{gitdate}git%{githash}%{?dist}
 Summary:        Lightweight & open source micro blogging client
 Group:          Applications/Internet
 License:        LGPLv3+ and LGPLv3 and BSD and GPLv2
@@ -66,6 +66,18 @@ make %{?_smp_mflags}
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 %find_lang %{name}
 
+%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 gtk
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
@@ -89,7 +101,10 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/128x128/apps/%{name}.png
 
 %changelog
-* Sat Jan 05 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.9.7-1.20121215gitcaad812
+* Sat Jan 12 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.9.7-3.20121215gitcaad812
+- use icon cache scriplet. fixes rhbz#892337
+
+* Sat Jan 05 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.9.7-2.20121215gitcaad812
 - update requires to pull in webkitgtk3
 - spec file patch from William Graham <waffle.iron+fedora at gmail.com>
 


More information about the scm-commits mailing list