diff --git a/python-rply.changes b/python-rply.changes index 2f02400..e2362a8 100644 --- a/python-rply.changes +++ b/python-rply.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 11 15:26:18 UTC 2017 - jengelh@inai.de + +- Repair package description grammar. + ------------------------------------------------------------------- Thu Sep 7 22:42:29 UTC 2017 - toddrme2178@gmail.com diff --git a/python-rply.spec b/python-rply.spec index 8328bfc..4d36f36 100644 --- a/python-rply.spec +++ b/python-rply.spec @@ -13,6 +13,7 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -20,14 +21,14 @@ Name: python-rply Version: 0.7.5 Release: 0 -License: BSD-3-Clause Summary: A pure Python Lex/Yacc that works with RPython -Url: https://github.com/alex/rply +License: BSD-3-Clause Group: Development/Languages/Python +Url: https://github.com/alex/rply Source: https://files.pythonhosted.org/packages/source/r/rply/rply-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros %if %{with test} BuildRequires: %{python_module appdirs} %endif @@ -38,9 +39,9 @@ BuildArch: noarch %python_subpackages %description -RPLY is a pure Python parser generator, that also works with RPython. +RPLY is a pure Python parser generator that also works with RPython. It is a more-or-less direct port of David Beazley's PLY, with a new -public API, and RPython support. +public API, and with RPython support. %prep %setup -q -n rply-%{version}