diff --git a/python-lxml.spec b/python-lxml.spec index 9e4d568..767c298 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -11,13 +11,15 @@ # 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/ # + + Name: python-lxml Version: 2.3 -Release: 0 +Release: 2 Url: http://lxml.de/ Summary: Powerful and Pythonic XML processing library License: BSD-3-Clause and GPL-2.0+ @@ -40,6 +42,7 @@ API. It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more. %package doc + Summary: Powerful and Pythonic XML processing library - Documentation Group: Development/Libraries/Python