diff --git a/python-Paste.changes b/python-Paste.changes index 384f2c2..8b3f153 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 5 19:12:58 UTC 2019 - Tomáš Chvátal + +- Do not bother with sphinx docu, it is online anyway + ------------------------------------------------------------------- Tue Mar 5 17:00:52 UTC 2019 - Tomáš Chvátal diff --git a/python-Paste.spec b/python-Paste.spec index ce18f75..678a82e 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -32,8 +32,6 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six > 1.4.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -# Documentation build requirements: -BuildRequires: python3-Sphinx Requires: python-six > 1.4.0 BuildArch: noarch Suggests: python-flup @@ -60,7 +58,6 @@ rm tests/test_proxy.py %build %python_build -python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo %install %python_install @@ -71,7 +68,7 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo %files %{python_files} %license docs/license.txt -%doc build/sphinx/html/ +%doc README.rst %{python_sitelib}/* %changelog