!5 Change spec: Add BuildRequires for python-sphinxcontrib-apidoc
From: @zhangy1317 Reviewed-by: @myeuler Signed-off-by: @myeuler
This commit is contained in:
commit
178e3aed66
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-sphinxcontrib-apidoc
|
Name: python-sphinxcontrib-apidoc
|
||||||
Version: 0.3.0
|
Version: 0.3.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A Sphinx extension for running 'sphinx-apidoc' on each build
|
Summary: A Sphinx extension for running 'sphinx-apidoc' on each build
|
||||||
License: BSD 2-Clause "Simplified" License
|
License: BSD 2-Clause "Simplified" License
|
||||||
URL: https://github.com/sphinx-contrib/apidoc
|
URL: https://github.com/sphinx-contrib/apidoc
|
||||||
@ -24,6 +24,7 @@ Provides: python-sphinxcontrib-apidoc
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-pbr
|
||||||
%description -n python3-sphinxcontrib-apidoc
|
%description -n python3-sphinxcontrib-apidoc
|
||||||
sphinx-apidoc is a tool for automatic generation of Sphinx sources
|
sphinx-apidoc is a tool for automatic generation of Sphinx sources
|
||||||
that using the autodoc extension, documents a whole package in the
|
that using the autodoc extension, documents a whole package in the
|
||||||
@ -81,6 +82,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 22 2021 zhangy1317 <zhangy1317@foxmail.com>
|
||||||
|
- Add BuildRequires python3-pbr
|
||||||
* Wed Jan 20 2021 zhangy1317 <zhangy1317@foxmail.com>
|
* Wed Jan 20 2021 zhangy1317 <zhangy1317@foxmail.com>
|
||||||
- Add BuildRequires python3-pip
|
- Add BuildRequires python3-pip
|
||||||
* Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user