diff --git a/python-pyinotify.spec b/python-pyinotify.spec index 093604e..8d220aa 100644 --- a/python-pyinotify.spec +++ b/python-pyinotify.spec @@ -1,5 +1,5 @@ # -# spec file for package python-pyinotify +# spec file for package python-pyinotify (Version 0.9.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}