diff --git a/python-sphinxcontrib-websupport.changes b/python-sphinxcontrib-websupport.changes index 0903170..5724528 100644 --- a/python-sphinxcontrib-websupport.changes +++ b/python-sphinxcontrib-websupport.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 18 20:36:57 UTC 2017 - toddrme2178@gmail.com + +- Specify files to guarantee namespace package doesn't conflict + with python(2|3)-Sphinx + ------------------------------------------------------------------- Wed Jun 28 07:18:21 UTC 2017 - jengelh@inai.de diff --git a/python-sphinxcontrib-websupport.spec b/python-sphinxcontrib-websupport.spec index 8c89703..b92f91c 100644 --- a/python-sphinxcontrib-websupport.spec +++ b/python-sphinxcontrib-websupport.spec @@ -27,6 +27,7 @@ Url: http://sphinx-doc.org/ Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Jinja2 Requires: python-Sphinx @@ -51,10 +52,15 @@ documentation into your Web application. %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %defattr(-,root,root,-) %doc CHANGES LICENSE README.rst -%{python_sitelib}/* +# %%{python_sitelib}/* +%dir %{python_sitelib}/sphinxcontrib/ +%{python_sitelib}/sphinxcontrib/websupport/ +%{python_sitelib}/sphinxcontrib_websupport-%{version}-py*-nspkg.pth +%{python_sitelib}/sphinxcontrib_websupport-%{version}-py*.egg-info %changelog