forked from pool/python-sphinxcontrib-websupport
Accepting request 527169 from home:TheBlackCat:branches:devel:languages:python
- Created base namespace package based on sphinxcontrib-websupport sphinxcontrib-websupport is used since Sphinx depends on it, so all other sphinxcontrib packages depend on it indirectly. This avoids dependency loops between sphinxcontrib-websupport and Sphinx. - Created base namespace package based on sphinxcontrib-websupport sphinxcontrib-websupport is used since Sphinx depends on it, so all other sphinxcontrib packages depend on it indirectly. This avoids dependency loops between sphinxcontrib-websupport and Sphinx. OBS-URL: https://build.opensuse.org/request/show/527169 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-websupport?expand=0&rev=6
This commit is contained in:
@@ -27,15 +27,16 @@ 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: %{python_module sphinxcontrib}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Jinja2
|
||||
Requires: python-Sphinx
|
||||
Requires: python-six
|
||||
Requires: python-sphinxcontrib
|
||||
Recommends: python-Sphinx
|
||||
Suggests: python-Whoosh
|
||||
Suggests: python-xapian
|
||||
Suggests: python-SQLAlchemy
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
@@ -57,7 +58,6 @@ documentation into your Web application.
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES LICENSE README.rst
|
||||
# %%{python_sitelib}/*
|
||||
%dir %{python_sitelib}/sphinxcontrib/
|
||||
%{python_sitelib}/sphinxcontrib/websupport/
|
||||
%{python_sitelib}/sphinxcontrib_websupport-%{version}-py*-nspkg.pth
|
||||
|
Reference in New Issue
Block a user