From d2a2b5e0cbaadd275a8b9fcdb63dad9d09b0f2dcbc910e1f7835cbff6d8cb0d7 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 5 Sep 2011 15:02:38 +0000 Subject: [PATCH] Autobuild autoformatter for 80622 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=6 --- python-kombu.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-kombu.spec b/python-kombu.spec index 6a705bd..fe8b0e1 100644 --- a/python-kombu.spec +++ b/python-kombu.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.2.1 -Release: 0 +Release: 1 License: BSD License Summary: AMQP Messaging Framework for Python Url: http://github.com/ask/kombu/