forked from pool/python-Sphinx
Accepting request 930743 from devel:languages:python
- Fix Provides and Obsoletes ... we cannot use python_module there OBS-URL: https://build.opensuse.org/request/show/930743 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Sphinx?expand=0&rev=80
This commit is contained in:
commit
a6d671347a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 10 13:57:29 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Fix Provides and Obsoletes ... we cannot use python_module there
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 14 09:13:14 UTC 2021 - Martin Liška <mliska@suse.cz>
|
Tue Sep 14 09:13:14 UTC 2021 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -201,7 +201,7 @@ Requires: python3-Sphinx = %{version}
|
|||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Supplements: python3-Sphinx
|
Supplements: python3-Sphinx
|
||||||
Obsoletes: %{python_module Sphinx-doc-man-common <= %{version}}
|
Obsoletes: python-Sphinx-doc-man-common <= %{version}
|
||||||
|
|
||||||
%description -n python-Sphinx-doc-man
|
%description -n python-Sphinx-doc-man
|
||||||
Sphinx is a tool that facilitates creating documentation for Python
|
Sphinx is a tool that facilitates creating documentation for Python
|
||||||
@ -213,7 +213,7 @@ This package contains the manual pages for the Sphinx executables.
|
|||||||
%package -n python-Sphinx-doc-html
|
%package -n python-Sphinx-doc-html
|
||||||
Summary: HTML Documentation for python-Sphinx
|
Summary: HTML Documentation for python-Sphinx
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
Provides: %{python_module Sphinx-doc-html = %{version}}
|
Provides: python-Sphinx-doc-html = %{version}
|
||||||
|
|
||||||
%description -n python-Sphinx-doc-html
|
%description -n python-Sphinx-doc-html
|
||||||
Sphinx is a tool that facilitates creating documentation for Python
|
Sphinx is a tool that facilitates creating documentation for Python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user