rpms/pexpect/devel pexpect.spec,1.18,1.19

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


Author: robert

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

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/devel/pexpect.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- pexpect.spec	29 Aug 2007 17:50:32 -0000	1.18
+++ pexpect.spec	31 Aug 2007 09:38:32 -0000	1.19
@@ -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