From 9cd020bf0a9ce303d15016def739793d28ca44bd8357c41f6d9b68c955886995 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 31 Mar 2011 13:54:06 +0000 Subject: [PATCH] Autobuild autoformatter for 65634 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ply?expand=0&rev=11 --- python-ply.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-ply.spec b/python-ply.spec index 90aeb1d..bb93ec4 100644 --- a/python-ply.spec +++ b/python-ply.spec @@ -11,11 +11,12 @@ # 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/ # # norootforbuild + %{!?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)")} @@ -23,7 +24,7 @@ Name: python-%{mod_name} Version: 3.4 -Release: 0 +Release: 1 Url: http://www.dabeaz.com/ply/ Summary: Python Lex & Yacc License: BSD3c