[python-gdata] Don't bother using sed to fix #! lines in site-packages

Adam Goode agoode at fedoraproject.org
Sat Jul 31 16:50:55 UTC 2010


commit b524a25dcb846c1ab3d4f0281b2d8bf562c5c0a1
Author: Adam Goode <adam at spicenitz.org>
Date:   Sat Jul 31 12:46:00 2010 -0400

    Don't bother using sed to fix #! lines in site-packages

 python-gdata.spec |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/python-gdata.spec b/python-gdata.spec
index a824de7..150bc96 100644
--- a/python-gdata.spec
+++ b/python-gdata.spec
@@ -28,8 +28,6 @@ This is a Python module for accessing online Google services such as:
 
 %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


More information about the scm-commits mailing list