diff --git a/python-setproctitle.spec b/python-setproctitle.spec index e9df2ac..0c8ee89 100644 --- a/python-setproctitle.spec +++ b/python-setproctitle.spec @@ -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)")} @@ -22,7 +23,7 @@ Name: python-setproctitle Version: 1.1 -Release: 0 +Release: 6 License: BSD3c Summary: Python module to allow customization of the process title Url: http://pypi.python.org/pypi/setproctitle/