rpms/gwibber/devel gwibber.spec,1.32,1.33

Tom Callaway spot at fedoraproject.org
Fri Mar 12 19:22:04 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/gwibber/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27122/devel

Modified Files:
	gwibber.spec 
Log Message:
update to bzr484


Index: gwibber.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gwibber/devel/gwibber.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- gwibber.spec	6 Jan 2010 23:20:57 -0000	1.32
+++ gwibber.spec	12 Mar 2010 19:22:04 -0000	1.33
@@ -1,27 +1,42 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define bzr_rev 491
+%define bzr_rev 497
 
 Name:           gwibber
-Version:        2.0.0
-Release:        2.%{bzr_rev}bzr%{?dist}
+Version:        2.29.92
+Release:        1%{?dist}
 Epoch:          1
 Summary:        An open source microblogging client for GNOME developed with Python and GTK
 
 Group:          Applications/Internet
 License:        GPLv2+
 URL:            https://launchpad.net/gwibber
-# The source for this package was pulled from upstream's vcs.  Use the
+# NOTE: Leaving this in case we need to go back to bzr checkouts.
+# The source for this package can be pulled from upstream's vcs.  Use the
 # following command to generate the tarball:
 #   bzr export -r %{bzr_rev} gwibber-%{bzr_rev}bzr.tar.gz lp:gwibber
-Source0:        %{name}-%{bzr_rev}bzr.tar.gz
+Source0:        http://launchpad.net/gwibber/trunk/%{version}/+download/gwibber-%{version}.tar.gz
+# Patch0:		gwibber-overhaul-497bzr-nosupport.patch
+# Patch1:		gwibber-overhaul-497bzr-POTFILES-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires:       libsoup python-mako python-pycurl
-Requires:       python pygtk2 dbus-python gnome-python2-gconf PyXML
-Requires:       pywebkitgtk mx python-feedparser pyxdg python-imaging
-Requires:       python-sexy python-simplejson >= 1.9.1 gnome-python2-gnomekeyring
-BuildRequires:  python-devel desktop-file-utils python-distutils-extra intltool gettext
+Requires:	libsoup, python-pycurl, PyXML
+Requires:	python 
+Requires:	dbus-python >= 0.80.2
+Requires:	pygtk2 >= 2.10.4 
+Requires:	gnome-python2-gconf >= 2.18.0
+Requires:	python-imaging >= 1.1.6
+Requires:	notify-python >= 0.1.1
+Requires:	pywebkitgtk >= 1.0.1
+Requires:	python-simplejson >= 1.9.1
+Requires:	mx >= 3.0.0
+Requires:	python-distutils-extra
+Requires:	python-feedparser >= 4.1
+Requires:       pyxdg >= 0.15
+Requires:	python-mako >= 0.2.2
+Requires:       python-sexy, gnome-python2-gnomekeyring
+Requires:       desktopcouch, python-oauth
+BuildRequires:  python-devel, desktop-file-utils, python-distutils-extra, intltool, gettext
 BuildArch:      noarch
 
 %description
@@ -30,7 +45,9 @@ and GTK. It supports Twitter, Jaiku, Ide
 
 
 %prep
-%setup -q -n gwibber-%{bzr_rev}bzr
+%setup -q
+# %patch0 -p1 -b .nosupport
+# %patch1 -p1 -b .POTFILES-fix
 sed -i -e '/^#! \?\//, 1d' $(find %{name} | grep "\.py$")
 
 %build
@@ -60,16 +77,26 @@ rm -rf %{buildroot}
 %{python_sitelib}/%{name}
 %{python_sitelib}/%{name}-*.egg-info
 %{_bindir}/%{name}
-%{_bindir}/%{name}-daemon
+%{_bindir}/%{name}-accounts
+%{_bindir}/%{name}-error
+%{_bindir}/%{name}-poster
+%{_bindir}/%{name}-preferences
+%{_bindir}/%{name}-service
 %{_datadir}/%{name}
 %{_datadir}/pixmaps/%{name}.svg
 %{_datadir}/applications/fedora-%{name}.desktop
-%{_datadir}/dbus-1/services/com.Gwibber.service
+%{_datadir}/dbus-1/services/com.Gwibber.Service.service
 %{_datadir}/dbus-1/services/com.GwibberClient.service
+%{_datadir}/dbus-1/services/com.Gwibber.Error.service
 %{_datadir}/indicators/messages/applications/gwibber
 
-
 %changelog
+* Fri Mar 12 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1:2.29.92-1
+- update to 2.29.92
+
+* Tue Mar  9 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1:2.29.91-1
+- update to 2.29.91
+
 * Wed Jan  6 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1:2.0.0-2.491bzr
 - Update to r491
 



More information about the scm-commits mailing list