From 89de4680c926d90a40ff37727f5b954ee1959c095752e57c3df2b37602858ac4 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Mon, 12 Dec 2011 09:05:56 +0000 Subject: [PATCH] remove %debug_package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=9 --- python-pyparsing.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-pyparsing.spec b/python-pyparsing.spec index cb01b68..2b1f59f 100644 --- a/python-pyparsing.spec +++ b/python-pyparsing.spec @@ -19,10 +19,10 @@ Name: python-pyparsing Version: 1.5.6 -Release: 1 +Release: 3 Url: http://pyparsing.wikispaces.com/ Summary: Grammar Parser Library for Python -License: MIT License +License: MIT Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/pyparsing/pyparsing-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -45,6 +45,7 @@ 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}