From 2c7967c65514d4ccb1f93538b5822244171b968c3cc2cd6be9c89a935f9622f5 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 31 Mar 2011 13:55:51 +0000 Subject: [PATCH] Autobuild autoformatter for 65616 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=7 --- python-setproctitle.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/