diff --git a/python-pyparsing.spec b/python-pyparsing.spec index e991e87..1b3925f 100644 --- a/python-pyparsing.spec +++ b/python-pyparsing.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-pyparsing Version: 1.5.6 -Release: 0 +Release: 1 Url: http://pyparsing.wikispaces.com/ Summary: Grammar Parser Library for Python License: MIT License @@ -40,6 +42,7 @@ expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. %package doc + Summary: Grammar Parser Library for Python - Documentation Group: Development/Libraries/Python Requires: %{name} = %{version}