rpms/python-boto/F-7 python-boto.spec,1.1,1.2

Robert Scheck (robert) fedora-extras-commits at redhat.com
Fri Aug 31 09:40:08 UTC 2007


Author: robert

Update of /cvs/pkgs/rpms/python-boto/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24650/F-7

Modified Files:
	python-boto.spec 
Log Message:
Use get_python_lib() NOT get_python_lib(1) to build correctly


Index: python-boto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-boto/F-7/python-boto.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-boto.spec	31 Aug 2007 09:03:09 -0000	1.1
+++ python-boto.spec	31 Aug 2007 09:39:35 -0000	1.2
@@ -1,4 +1,4 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %define pkgname boto
 
 Summary:	A simple lightweight interface to Amazon Web Services




More information about the fedora-extras-commits mailing list