rpms/pexpect/EL-5 pexpect.spec,1.16,1.17

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


Author: robert

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

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-5/pexpect.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- pexpect.spec	29 Aug 2007 17:58:23 -0000	1.16
+++ pexpect.spec	31 Aug 2007 09:38:23 -0000	1.17
@@ -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