[turpial/f15] package update to 1.6.6

Edwind Richzendy Contreras Soto richzendy at fedoraproject.org
Sat Nov 26 04:18:41 UTC 2011


commit 014b5e02c08482d784c1d4d9b1401c5c7762c4b4
Author: Edwind Richzendy Contreras Soto <richzendy at fedoraproject.org>
Date:   Fri Nov 25 23:58:44 2011 -0430

    package update to 1.6.6

 .gitignore   |    1 +
 sources      |    2 +-
 turpial.spec |   19 +++++++++++--------
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 24ac308..53b000c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /turpial-1.5.0.tar.gz
 /turpial.1.gz
+/turpial-1.6.6.tar.gz
diff --git a/sources b/sources
index 54b1f4d..81c1405 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-e220f74db206203674e51cc56cf8b487  turpial-1.5.0.tar.gz
+1932f4b8def722e3bd28b156c442ce44  turpial-1.6.6.tar.gz
 ddd50be8b951f93390243d02cc3226d4  turpial.1.gz
diff --git a/turpial.spec b/turpial.spec
index c9b41cb..515fe05 100644
--- a/turpial.spec
+++ b/turpial.spec
@@ -5,8 +5,8 @@
 %endif
 
 Name:           turpial
-Version:        1.5.0
-Release:        2%{?dist}
+Version:        1.6.6
+Release:        1%{?dist}
 Summary:        Cool twitter client with many features and very light
 Group:          Applications/Internet
 License:        GPLv3
@@ -15,12 +15,12 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source0:        http://turpial.org.ve/files/sources/stable/turpial-%{version}.tar.gz
 Source1:        %{name}.1.gz
 BuildRequires:  python-babel, python2-devel, python-setuptools
-Requires:       python-setuptools, python-simplejson, notify-python, pygtk2, pywebkitgtk, gnome-python2-gtkspell,gstreamer-python,pywebkitgtk
+Requires:       python-simplejson, notify-python, pygtk2, pywebkitgtk, gnome-python2-gtkspell,gstreamer-python,pywebkitgtk
 BuildArch:      noarch
 
 %description
-Turpial is a cool twitter client with many features.
-support to url short and image hosting services, and more.
+Twitter client written in Python. Lightweight, functional and integrated
+to desktop user.
 
 %prep
 %setup -q
@@ -30,7 +30,10 @@ support to url short and image hosting services, and more.
 %install
 rm -rf %{buildroot}
 sed -i 's/share\/doc\/turpial/share\/doc\/turpial-%{version}/' setup.py
-%{__python} setup.py compile_catalog install --root %{buildroot} 
+sed -i 's/\.\//share\/doc\/turpial-%{version}/' setup.py
+sed -i 's/data\/pixmaps\/\*/turpial/' setup.py
+%{__python} setup.py compile_catalog  
+%{__python} setup.py install --root %{buildroot} 
 %{__mkdir} -p %{buildroot}%{_mandir}/man1
 %{__install} -p -D -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1
 %find_lang %{name}
@@ -50,8 +53,8 @@ rm -rf %{buildroot}
 %{_mandir}/man1/%{name}.1.gz
 
 %changelog
-* Mon Jun 6 2011 Richzendy <richzendy at fedoraproject.org> - 1.5.0-2
-- Bugzilla bug #711258: turpial need python-setuptools in build and runtime
+* Fri Nov 25 2011 Richzendy <richzendy at fedoraproject.org> - 1.6.6-1
+- New stable release, minor spec changes, change in the description of the package based on the README.rst file
 
 * Thu May 26 2011 Richzendy <richzendy at fedoraproject.org> - 1.5.0-1
 - New release, minor spec changes


More information about the scm-commits mailing list