From 72ab2ca824f66b75a3b94d81953395a3400966413e968c5053e387d186db9b3d Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 30 May 2011 14:52:25 +0000 Subject: [PATCH] Autobuild autoformatter for 67618 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lockfile?expand=0&rev=2 --- python-lockfile.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-lockfile.spec b/python-lockfile.spec index d122dce..263b998 100644 --- a/python-lockfile.spec +++ b/python-lockfile.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: 0.9.1 -Release: 0 +Release: 1 Url: http://code.google.com/p/pylockfile/ Summary: Platform-independent file locking module License: MIT License