rpms/python-gdata/devel import.log, NONE, 1.1 python-gdata.spec, 1.24, 1.25

Roshan Singh roshansingh at fedoraproject.org
Fri Apr 16 04:21:49 UTC 2010


Author: roshansingh

Update of /cvs/pkgs/rpms/python-gdata/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26899/devel

Modified Files:
	python-gdata.spec 
Added Files:
	import.log 
Log Message:
new release with fixed permission issue



--- NEW FILE import.log ---
python-gdata-2_0_9-2_fc12:HEAD:python-gdata-2.0.9-2.fc12.src.rpm:1271391552


Index: python-gdata.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-gdata/devel/python-gdata.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- python-gdata.spec	17 Mar 2010 22:54:16 -0000	1.24
+++ python-gdata.spec	16 Apr 2010 04:21:49 -0000	1.25
@@ -2,7 +2,7 @@
 
 Name:           python-gdata
 Version:        2.0.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Python module for accessing online Google services
 
 Group:          Development/Languages
@@ -15,7 +15,7 @@ BuildRequires:  python-devel
 Requires:       python >= 2.5
 
 %description
-This is a Python module for accessing online Google services, such as:
+This is a Python module for accessing online Google services,such as:
 - Blogger
 - Calendar
 - Picasa Web Albums
@@ -25,16 +25,26 @@ This is a Python module for accessing on
 
 %prep
 %setup -q -n gdata-%{version}
-
+sed -i 's|^#!/usr/local/bin/python|#!/usr/bin/python|' src/gdata/Crypto/Util/RFC1751.py src/gdata/Crypto/Util/RFC1751.py
+sed -i "s|\r||g" samples/oauth/oauth_on_appengine/main_rsa.py samples/oauth/oauth_on_appengine/main_hmac.py
 
 %build
 %{__python} setup.py build
 
 chmod -x samples/*/*.py
+chmod -x samples/*/*/*.py
+chmod -x samples/oauth/oauth_on_appengine/*.*
+chmod -x samples/oauth/oauth_on_appengine/*/*.*
+
 
 %install
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+chmod 755 %{buildroot}%{python_sitelib}/gdata/*.py
+chmod 755 %{buildroot}%{python_sitelib}/gdata/{docs/data,docs/__init__,docs/service,docs/client,books/__init__,books/data,books/service,health/service,health/__init__,notebook/__init__,notebook/data,webmastertools/__init__,webmastertools/data,webmastertools/service,youtube/__init__,youtube/data,youtube/service,dublincore/data,dublincore/__init__,analytics/client,analytics/__init__,analytics/data,analytics/service,base/__init__,base/service,apps/service,apps/emailsettings/service,apps/__init__,apps/adminsettings/__init__,apps/migration/service,apps/groups/service,apps/adminsettings/service,apps/emailsettings/__init__,apps/migration/__init__,spreadsheets/client,spreadsheets/data,spreadsheet/service,spreadsheet/__init__,spreadsheet/text_db,contacts/__init__,contacts/service,contacts/data,contacts/client,acl/__init__,acl/data,maps/data,maps/client,finance/__init__,finance/service,finance/data,calendar/data,calendar_resource/data,calendar/service,calendar/__init__,calendar_resour
 ce/client,opensearch/data,opensearch/__init__,projecthosting/client,projecthosting/data,blogger/data,blogger/client,blogger/__init__,blogger/service,sites/client,sites/data,alt/__init__,alt/app_engine,geo/data,oauth/rsa,oauth/rsa,media/data,alt/appengine,photos/service,Crypto/Util/RFC1751}.py
+
+chmod 755 %{buildroot}%{python_sitelib}/atom/*.py
  
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -47,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 15 2010 Roshan Kumar Singh <singh.roshan08 at gmail.com> - 2.0.9-2
+- Update to 2.0.9 with fixed permission issue
+
 * Thu Mar 18 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 2.0.9-1
 - Update to 2.0.9
 
@@ -102,12 +115,12 @@ rm -rf $RPM_BUILD_ROOT
 - Update to 1.0.9
 
 * 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,
+- 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
+- Remove python-elementtree dep,it's builtin to Python 2.5
+- Add samples to the docs,for documentation purposes
 - Remove unneeded macro
 
 * Fri Oct 12 2007 - Bastien Nocera <bnocera at redhat.com> - 1.0.8-1



More information about the scm-commits mailing list