rpms/python-twitter/F-10 python-twitter.spec,1.2,1.3

Tom Callaway spot at fedoraproject.org
Mon Jul 6 19:55:36 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/python-twitter/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3001/F-10

Modified Files:
	python-twitter.spec 
Log Message:
fix hardcoded versioning issue


Index: python-twitter.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-twitter/F-10/python-twitter.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- python-twitter.spec	6 Jul 2009 19:36:49 -0000	1.2
+++ python-twitter.spec	6 Jul 2009 19:55:06 -0000	1.3
@@ -3,7 +3,7 @@
 Name:			python-twitter
 Summary:		A python wrapper around the Twitter API
 Version:		0.6
-Release:		1%{?dist}
+Release:		2%{?dist}
 License:		ASL 2.0
 Group:			System Environment/Libraries
 Source0:		http://python-twitter.googlecode.com/files/%{name}-%{version}.tar.gz
@@ -22,6 +22,11 @@ easier for python programmers to use. 
 
 %prep
 %setup -q
+# Scrape out python versioning
+for i in examples/twitter-to-xhtml.py examples/tweet.py setup.py twitter.py twitter_test.py; do
+	sed -i 's|python2.4|python|g' $i
+done
+
 
 %build
 %{__python} setup.py build
@@ -45,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/python_twitter-%{version}-py*.egg-info
 
 %changelog
+* Mon Jul  6 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 0.6-2
+- fix files so they do not have hardcoded !#/usr/bin/python2.4
+
 * Thu Jul  2 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 0.6-1
 - update to 0.6
 




More information about the fedora-extras-commits mailing list