diff --git a/python-venusian-doc.changes b/python-venusian-doc.changes index 189e5e1..57a5072 100644 --- a/python-venusian-doc.changes +++ b/python-venusian-doc.changes @@ -21,7 +21,6 @@ Fri Jul 14 07:00:53 UTC 2017 - aloisio@gmx.com - Split docs and tests into separate package to make the latter work - - Converted to single-spec ------------------------------------------------------------------- diff --git a/python-venusian-doc.spec b/python-venusian-doc.spec index 1309c38..5029633 100644 --- a/python-venusian-doc.spec +++ b/python-venusian-doc.spec @@ -13,7 +13,7 @@ # 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/ # @@ -29,7 +29,6 @@ Source: https://files.pythonhosted.org/packages/source/v/venusian/venusi BuildRequires: %{python_module setuptools} BuildRequires: %{python_module venusian = %{version}} BuildRequires: python-rpm-macros -Provides: %{python_module venusian-doc = %{version}} BuildArch: noarch # SECTION documentation requirements BuildRequires: python3-Sphinx @@ -45,12 +44,13 @@ This package contains documentation files for python-venusian. %setup -q -n venusian-%{version} %build -# ln -s %{python3_sitelib}/pylons_sphinx_themes docs/_themes +ln -s %{python3_sitelib}/pylons_sphinx_themes docs/_themes %python_build -# python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo build/sphinx/html/objects.inv +python3 setup.py build_sphinx && rm -v build/sphinx/html/{.buildinfo,objects.inv} %install %python_install +%python_expand rm -rfv %{buildroot}%{$python_sitelib}/venusian* %files %{python_files} %doc build/sphinx/html/ diff --git a/python-venusian.changes b/python-venusian.changes index d4d9b34..af63a02 100644 --- a/python-venusian.changes +++ b/python-venusian.changes @@ -2,7 +2,7 @@ Thu Jun 28 17:17:31 UTC 2018 - mcepl@suse.com - Clean up SPEC file -- Enable tests +- Enable tests and make docs work again ------------------------------------------------------------------- Thu Aug 24 13:56:55 UTC 2017 - jmatejek@suse.com diff --git a/python-venusian.spec b/python-venusian.spec index f8e5199..fdb543d 100644 --- a/python-venusian.spec +++ b/python-venusian.spec @@ -13,7 +13,7 @@ # 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/ #