diff --git a/python-restview.changes b/python-restview.changes index 6bccec7..eb55145 100644 --- a/python-restview.changes +++ b/python-restview.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 10 07:12:21 UTC 2019 - Jan Engelhardt + +- Use somewhat longer description from upstream. + ------------------------------------------------------------------- Fri Sep 6 03:53:30 PM UTC 2019 - John Vandenberg diff --git a/python-restview.spec b/python-restview.spec index badba5f..3791d25 100644 --- a/python-restview.spec +++ b/python-restview.spec @@ -12,25 +12,26 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-restview Version: 2.9.2 Release: 0 -License: GPL-3.0 Summary: ReStructuredText viewer -Url: https://mg.pov.lt/restview/ +License: GPL-3.0-only Group: Development/Languages/Python +URL: https://mg.pov.lt/restview/ Source: https://files.pythonhosted.org/packages/source/r/restview/restview-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module docutils} +BuildRequires: %{python_module mock} BuildRequires: %{python_module pygments} BuildRequires: %{python_module readme_renderer} -BuildRequires: %{python_module mock} # /SECTION BuildRequires: fdupes Requires: python-docutils @@ -41,7 +42,7 @@ BuildArch: noarch %python_subpackages %description -ReStructuredText viewer. +A viewer for ReStructuredText documents that renders them on the fly. %prep %setup -q -n restview-%{version}