Accepting request 527136 from home:TheBlackCat:branches:devel:languages:python
- Specify files to guarantee namespace package doesn't conflict with python(2|3)-Sphinx OBS-URL: https://build.opensuse.org/request/show/527136 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-websupport?expand=0&rev=5
This commit is contained in:
parent
413c004ea4
commit
af68a0d78d
@ -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
|
Wed Jun 28 07:18:21 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@ Url: http://sphinx-doc.org/
|
|||||||
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Jinja2
|
Requires: python-Jinja2
|
||||||
Requires: python-Sphinx
|
Requires: python-Sphinx
|
||||||
@ -51,10 +52,15 @@ documentation into your Web application.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc CHANGES LICENSE README.rst
|
%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
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user