From aa38095f0d590837bddf2a578079119a5f448689052c6c565b69cbe79735d593 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 1 Jun 2011 09:22:15 +0000 Subject: [PATCH] Autobuild autoformatter for 72176 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-daemon?expand=0&rev=2 --- python-python-daemon.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-python-daemon.spec b/python-python-daemon.spec index e08d533..a330eb6 100644 --- a/python-python-daemon.spec +++ b/python-python-daemon.spec @@ -11,10 +11,11 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # 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-%{mod_name} Version: 1.6 -Release: 0 +Release: 1 Url: http://pypi.python.org/pypi/python-daemon/ Summary: Library to implement a well-behaved Unix daemon process License: PSF-2+