[python-jsonrpclib] Fixed python2_sitelib macro.

Ihar Hrachyshka ihrachyshka at fedoraproject.org
Fri Dec 5 12:05:58 UTC 2014


commit 1cfddeb60593c1cedaa9f0e06b8783c11403b166
Author: Ihar Hrachyshka <ihrachys at redhat.com>
Date:   Fri Dec 5 13:05:58 2014 +0100

    Fixed python2_sitelib macro.

 python-jsonrpclib.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-jsonrpclib.spec b/python-jsonrpclib.spec
index f9b8ccd..fd8cc3d 100644
--- a/python-jsonrpclib.spec
+++ b/python-jsonrpclib.spec
@@ -1,6 +1,6 @@
 %if 0%{?rhel} && 0%{?rhel} <= 6
 %{!?__python2: %global __python2 /usr/bin/python2}
-%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from %distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %endif
 
 %global srcname jsonrpclib


More information about the scm-commits mailing list