!10 Update package to version 0.5.0
From: @jxy_git Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
580779e8ee
@ -1,11 +1,11 @@
|
|||||||
%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.5.0
|
||||||
Release: 3
|
Release: 1
|
||||||
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
|
||||||
URL: https://github.com/sphinx-contrib/apidoc
|
URL: https://github.com/sphinx-contrib/apidoc
|
||||||
Source0: https://files.pythonhosted.org/packages/57/55/23f6919551a5e0a824f0effc3a85dd1cbc8df225196c0f6b82c7cea38299/sphinxcontrib-apidoc-0.3.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/52/8c/a4fe93b51a1026c217731337cfe50569b8521d3e254dd451126bed208cd8/sphinxcontrib-apidoc-0.5.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-pbr
|
Requires: python3-pbr
|
||||||
@ -20,7 +20,7 @@ not actually build documentation - rather it simply generates it.
|
|||||||
|
|
||||||
%package -n python3-sphinxcontrib-apidoc
|
%package -n python3-sphinxcontrib-apidoc
|
||||||
Summary: A Sphinx extension for running 'sphinx-apidoc' on each build
|
Summary: A Sphinx extension for running 'sphinx-apidoc' on each build
|
||||||
Provides: python-sphinxcontrib-apidoc
|
Provides: python-sphinxcontrib-apidoc = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
@ -35,14 +35,13 @@ not actually build documentation - rather it simply generates it.
|
|||||||
Summary: Development documents and examples for sphinxcontrib-apidoc
|
Summary: Development documents and examples for sphinxcontrib-apidoc
|
||||||
Provides: python3-sphinxcontrib-apidoc-doc
|
Provides: python3-sphinxcontrib-apidoc-doc
|
||||||
%description help
|
%description help
|
||||||
|
|
||||||
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
|
||||||
style of other automatic API documentation tools. sphinx-apidoc does
|
style of other automatic API documentation tools. sphinx-apidoc does
|
||||||
not actually build documentation - rather it simply generates it.
|
not actually build documentation - rather it simply generates it.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n sphinxcontrib-apidoc-0.3.0
|
%autosetup -n sphinxcontrib-apidoc-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -82,9 +81,15 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 22 2021 zhangy1317 <zhangy1317@foxmail.com>
|
* Wed Mar 20 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.5.0-1
|
||||||
|
- Update package to version 0.5.0
|
||||||
|
- Added missed line in patch for templates support
|
||||||
|
|
||||||
|
* Fri Jan 22 2021 zhangy1317 <zhangy1317@foxmail.com> - 0.3.0-3
|
||||||
- Add BuildRequires python3-pbr
|
- Add BuildRequires python3-pbr
|
||||||
* Wed Jan 20 2021 zhangy1317 <zhangy1317@foxmail.com>
|
|
||||||
|
* Wed Jan 20 2021 zhangy1317 <zhangy1317@foxmail.com> - 0.3.0-2
|
||||||
- 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> - 0.3.0-1
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Binary file not shown.
BIN
sphinxcontrib-apidoc-0.5.0.tar.gz
Normal file
BIN
sphinxcontrib-apidoc-0.5.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user