From a164d4daa6729a01ea05218d9f83ccabd2d3c798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toshio=20=E3=81=8F=E3=82=89=E3=81=A8=E3=81=BF?= Date: Thu, 4 Feb 2010 22:26:35 +0000 Subject: [PATCH] Correct global keyword. --- python-setuptools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index a708d57..7555599 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,5 +1,5 @@ %if 0%{?fedora} > 12 || 0%{?rhel} > 6 -global with_python3 1 +%global with_python3 1 %else %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} %endif