From eb6e21510a2a77d8ac002ea11fdb18cc4eb42205f0469d142cc2760ed844f79e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 5 Mar 2019 19:13:36 +0000 Subject: [PATCH] - Do not bother with sphinx docu, it is online anyway OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=30 --- python-Paste.changes | 5 +++++ python-Paste.spec | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) 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