diff options
| author | Miroslav Lichvar <mlichvar@redhat.com> | 2011-06-13 14:16:59 +0200 |
|---|---|---|
| committer | Miroslav Lichvar <mlichvar@redhat.com> | 2011-06-13 14:22:03 +0200 |
| commit | e8011a45ec9bc02771363b6516b3d46bf8344663 (patch) | |
| tree | 3ba8714026df2fadddf350931d5265421c45a388 | |
| parent | d09af1b80697c4ed02e420ca89f2675b14b0f47b (diff) | |
| download | abrt-e8011a45ec9bc02771363b6516b3d46bf8344663.tar.gz abrt-e8011a45ec9bc02771363b6516b3d46bf8344663.tar.xz abrt-e8011a45ec9bc02771363b6516b3d46bf8344663.zip | |
spec: use %global in python defines
| -rw-r--r-- | abrt.spec.in | 4 |
1 files 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 |
