[hotot] update to 0.9.7 snapshot spec update from Willington Vega <wvega at wvega.com>

Rahul Sundaram sundaram at fedoraproject.org
Sun Nov 20 20:17:24 UTC 2011


commit 0941fb1d20587e4905a1916d8f6298de778e4dc6
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Mon Nov 21 01:47:07 2011 +0530

    update to 0.9.7 snapshot
    spec update from Willington Vega <wvega at wvega.com>

 hotot.spec |   30 +++++++++++++++++++++---------
 1 files changed, 21 insertions(+), 9 deletions(-)
---
diff --git a/hotot.spec b/hotot.spec
index 932c702..9bd9945 100644
--- a/hotot.spec
+++ b/hotot.spec
@@ -1,16 +1,15 @@
-%global hghash 5b7c6c34793c
-%global hgdate 20110815
+%global githash fe857cb
+%global gitdate 20111121
 Name:           hotot
-Version:        0.9.6
-Release:        2.%{?hgdate}hg%{?dist}
+Version:        0.9.7
+Release:        1.%{gitdate}git%{githash}%{?dist}
 Summary:        Lightweight & open source micro blogging client
 Group:          Applications/Internet
 License:        LGPLv3+ and LGPLv3 and BSD and GPLv2
-URL:            http://code.google.com/p/hotot
+URL:            http://hotot.org
 
-# hg clone https://bitbucket.org/shellex/hotot
-# hg archive -t tbz2 -r %%{hghash} %%{name}-%%{version}-%%{hghash}.tar.bz2
-Source0:        hotot-%{version}-%{hghash}.tar.bz2
+# wget https://github.com/shellex/Hotot/tarball/%%{githash} -O hotot-%%{version}-%%{githash}.tar.gz
+Source0:        hotot-%{version}-%{githash}.tar.gz
 BuildArch: noarch
 BuildRequires:  pygtk2-devel WebKit-gtk-devel >= 1.0.0-0.8 intltool 
 BuildRequires:  libxslt-devel python-distutils-extra gettext desktop-file-utils
@@ -30,8 +29,9 @@ Features:
    * Native notify system. it supports Gnome & KDE SC. 
 
 %prep
-%setup -q -n hotot-%{version}-%{hghash}
+%setup -q -n shellex-Hotot-%{githash}
 sed -i -e '/^#!\//, 1d'  hotot/*.py
+
 %build
 python setup.py build_i18n -m
 python setup.py build
@@ -43,6 +43,8 @@ python setup.py install --prefix=%{buildroot}/usr
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 chmod 644 %{buildroot}/%{_datadir}/%{name}/ext/org.hotot.imageupload/entry.js
 chmod 644 %{buildroot}/%{_datadir}/%{name}/ext/ext.js
+chmod 644 %{buildroot}/%{_datadir}/%{name}/ext/org.hotot.stat/entry.js
+
 %find_lang %{name}
 
 %files -f %{name}.lang
@@ -52,8 +54,18 @@ chmod 644 %{buildroot}/%{_datadir}/%{name}/ext/ext.js
 %{_datadir}/%{name}
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
+%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
+%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
+%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
+%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
+%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
 
 %changelog
+* Mon Nov 21 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.9.7-1.20111121gitfe857cb
+- update to 0.9.7 snapshot
+- spec update from Willington Vega <wvega at wvega.com>
+
 * Mon Aug 15 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.9.6-2.20110815hg
 - update to 0.9.6 snapshot
 


More information about the scm-commits mailing list