From a164d4daa6729a01ea05218d9f83ccabd2d3c798 Mon Sep 17 00:00:00 2001 From: Toshio くらとみ Date: Feb 04 2010 22:26:35 +0000 Subject: Correct global keyword. --- 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