From 74815b42cd0155cdc29803aad3d33b410adc214d08068821ffc9f864199f0099 Mon Sep 17 00:00:00 2001 From: Berthold Gunreben Date: Tue, 7 Jun 2011 12:02:29 +0000 Subject: [PATCH] Autobuild autoformatter for 71062 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=2 --- python-dulwich.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-dulwich.spec b/python-dulwich.spec index bbbd982..ff18908 100644 --- a/python-dulwich.spec +++ b/python-dulwich.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: 0.7.0 -Release: 0 +Release: 1 Url: http://samba.org/~jelmer/dulwich Summary: Pure-Python Git Library License: GPLv2 or later