rpms/pexpect/EL-4 pexpect.spec,1.7,1.8

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


Author: robert

Update of /cvs/pkgs/rpms/pexpect/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24477/EL-4

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


Index: pexpect.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pexpect/EL-4/pexpect.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pexpect.spec	29 Aug 2007 17:58:20 -0000	1.7
+++ pexpect.spec	31 Aug 2007 09:38:21 -0000	1.8
@@ -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()")}
 
 Summary:	Pure Python Expect-like module
 Name:		pexpect




More information about the fedora-extras-commits mailing list