From db334a753fcfbd57cbd29eb725d67b582d66c392e5aa59556c40299db5276c3a Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Tue, 19 Jul 2011 13:12:47 +0000 Subject: [PATCH] Autobuild autoformatter for 74903 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=4 --- python-tornado.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-tornado.spec b/python-tornado.spec index 6d548cd..e5bb993 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -11,16 +11,17 @@ # 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)")} Name: python-tornado Version: 2.0 -Release: 0 +Release: 1 Url: http://www.tornadoweb.org Summary: Open source version of scalable, non-blocking web server that power FriendFeed License: http://www.apache.org/licenses/LICENSE-2.0