14
0

Autobuild autoformatter for 65616

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setproctitle?expand=0&rev=7
This commit is contained in:
2011-03-31 13:55:51 +00:00
committed by Git OBS Bridge
parent 2d49b33e68
commit 2c7967c655

View File

@@ -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/