فهرست منبع

rpm: do not evaluate python lib path over 100 times

Do not evaluate python_sitearch every time it's used. Override
definition in /usr/lib/rpm/macros.
Marek Marczykowski-Górecki 7 سال پیش
والد
کامیت
354cd7d994
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      rpm_spec/qmgr.spec

+ 1 - 1
rpm_spec/qmgr.spec

@@ -1,4 +1,4 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
 
 %{!?version: %define version %(cat version)}