rpms/python-gdata/devel python-gdata.spec,1.1,1.2

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Sun Oct 21 17:58:12 UTC 2007


Author: hadess

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

Modified Files:
	python-gdata.spec 
Log Message:
* Sun Oct 21 2007 - Bastien Nocera <bnocera at redhat.com> - 1.0.8-3
- Remove CFLAGS from the make part, as there's no native compilation,
  spotted by Parag AN <panemade at gmail.com>



Index: python-gdata.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-gdata/devel/python-gdata.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-gdata.spec	21 Oct 2007 17:54:16 -0000	1.1
+++ python-gdata.spec	21 Oct 2007 17:57:40 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           python-gdata
 Version:        1.0.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A Python module for accessing online Google services
 
 Group:          Development/Languages
@@ -28,7 +28,7 @@
 %setup -q -n gdata.py-%{version}
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+%{__python} setup.py build
 
 chmod -x samples/*/*.py
 
@@ -46,6 +46,10 @@
 %{python_sitelib}/gdata
 
 %changelog
+* Sun Oct 21 2007 - Bastien Nocera <bnocera at redhat.com> - 1.0.8-3
+- Remove CFLAGS from the make part, as there's no native compilation,
+  spotted by Parag AN <panemade at gmail.com>
+
 * Tue Oct 16 2007 - Bastien Nocera <bnocera at redhat.com> - 1.0.8-2
 - Remove python-elementtree dep, it's builtin to Python 2.5
 - Add samples to the docs, for documentation purposes




More information about the fedora-extras-commits mailing list