From 36952b581cbe01338dcec408fbe7be03d67b0c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 25 Dec 2015 16:52:31 +0100 Subject: [PATCH] use %global instead of %define --- libdmtx.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdmtx.spec b/libdmtx.spec index 11206fa..ed3ba95 100644 --- a/libdmtx.spec +++ b/libdmtx.spec @@ -1,4 +1,4 @@ -%{!?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)")} Name: libdmtx