diff --git a/python-fixtures.spec b/python-fixtures.spec index 105b3a9..8e0215d 100644 --- a/python-fixtures.spec +++ b/python-fixtures.spec @@ -1,5 +1,5 @@ %global pypi_name fixtures -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 %global with_python3 1 %else %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}