diff --git a/python-sphinxcontrib-newsfeed.changes b/python-sphinxcontrib-newsfeed.changes index 102f6b9..e82d119 100644 --- a/python-sphinxcontrib-newsfeed.changes +++ b/python-sphinxcontrib-newsfeed.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 5 18:15:34 UTC 2017 - sebix+novell.com@sebix.at + +- remove unused test requirements +- add Sphinx as requirement + ------------------------------------------------------------------- Fri Aug 25 09:38:03 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-sphinxcontrib-newsfeed.spec b/python-sphinxcontrib-newsfeed.spec index 50cbea4..a45064b 100644 --- a/python-sphinxcontrib-newsfeed.spec +++ b/python-sphinxcontrib-newsfeed.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-%{**}} @@ -21,20 +22,16 @@ Name: python-sphinxcontrib-newsfeed Version: 0.1.4 Release: 0 -License: BSD-2-Clause Summary: News Feed extension for Sphinx -Url: https://github.com/aio-libs/sphinxcontrib-newsfeed +License: BSD-2-Clause Group: Development/Languages/Python +Url: https://github.com/aio-libs/sphinxcontrib-newsfeed Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -# SECTION test requirements -%if %{with test} -BuildRequires: %{python_module pytest} -%endif -# /SECTION +BuildRequires: python-rpm-macros +Requires: python-Sphinx BuildArch: noarch %python_subpackages @@ -48,7 +45,6 @@ Features: * Saves the feed to a file in RSS format. * Supports comments via Disqus. - %prep %setup -q -n sphinxcontrib-newsfeed-%{version}