rpms/python-libgmail/devel python-libgmail.spec,1.2,1.3

Nikolay Vladimirov (turki) fedora-extras-commits at redhat.com
Fri Jul 18 09:22:49 UTC 2008


Author: turki

Update of /cvs/pkgs/rpms/python-libgmail/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20079

Modified Files:
	python-libgmail.spec 
Log Message:
Upstream update to 0.1.9


Index: python-libgmail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-libgmail/devel/python-libgmail.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-libgmail.spec	18 Jul 2008 08:43:01 -0000	1.2
+++ python-libgmail.spec	18 Jul 2008 09:22:03 -0000	1.3
@@ -9,18 +9,21 @@
 Group:          Development/Languages
 License:        GPLv2
 URL:            http://%{realname}.sourceforge.net 
-Source0:        http://dl.sf.net/sourceforge/%{realname}/%{realname}-%{version}.tar.gz 
+Source0:        http://dl.sf.net/sourceforge/%{realname}/%{realname}-%{version}.tar.gz
+#Fix ClientCookie old include
+Patch0:         %{name}-ccfix.patch 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch 
 BuildRequires:  python-devel
+BuildRequires:  python-mechanize
 
 %description
 Library to provide access to Gmail via Python.
 
 %prep
 %setup -q -n %{realname}-%{version}
-
+%patch0 -p1 -b .ccfix
 
 %build
 %{__python} setup.py build




More information about the fedora-extras-commits mailing list