From 06bb8898f5be32738fd18ce95267409c0a7babd1dc7bd209978165ca5699c1f2 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 30 May 2011 14:47:03 +0000 Subject: [PATCH] Autobuild autoformatter for 71067 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html2text?expand=0&rev=2 --- python-html2text.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-html2text.spec b/python-html2text.spec index 6865245..5a854f5 100644 --- a/python-html2text.spec +++ b/python-html2text.spec @@ -1,7 +1,7 @@ # # spec file for package python-html2text # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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: 3.01 -Release: 0 +Release: 1 License: GNU GPL 3 Summary: Turn HTML into equivalent Markdown-structured text Url: http://www.aaronsw.com/2002/html2text/