From e8011a45ec9bc02771363b6516b3d46bf8344663 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 13 Jun 2011 14:16:59 +0200 Subject: spec: use %global in python defines --- abrt.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abrt.spec.in b/abrt.spec.in index 8f9b75b9..511d0852 100644 --- a/abrt.spec.in +++ b/abrt.spec.in @@ -1,6 +1,6 @@ -%{!?python_site: %define python_site %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} +%{!?python_site: %global python_site %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} # platform-dependent -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %if 0%{?fedora} >= 14 %define with_systemd 1 %else -- cgit