diff --git a/python-sphinxcontrib-apidoc.spec b/python-sphinxcontrib-apidoc.spec index ee370f9..d0cc2c2 100644 --- a/python-sphinxcontrib-apidoc.spec +++ b/python-sphinxcontrib-apidoc.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sphinxcontrib-apidoc -Version: 0.3.0 -Release: 3 +Version: 0.5.0 +Release: 1 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 -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 Requires: python3-pbr @@ -20,7 +20,7 @@ not actually build documentation - rather it simply generates it. %package -n python3-sphinxcontrib-apidoc 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-setuptools BuildRequires: python3-pip @@ -35,14 +35,13 @@ not actually build documentation - rather it simply generates it. Summary: Development documents and examples for sphinxcontrib-apidoc Provides: python3-sphinxcontrib-apidoc-doc %description help - sphinx-apidoc is a tool for automatic generation of Sphinx sources that using the autodoc extension, documents a whole package in the style of other automatic API documentation tools. sphinx-apidoc does not actually build documentation - rather it simply generates it. %prep -%autosetup -n sphinxcontrib-apidoc-0.3.0 +%autosetup -n sphinxcontrib-apidoc-%{version} %build %py3_build @@ -82,9 +81,15 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Jan 22 2021 zhangy1317 +* Wed Mar 20 2024 jiangxinyu - 0.5.0-1 +- Update package to version 0.5.0 +- Added missed line in patch for templates support + +* Fri Jan 22 2021 zhangy1317 - 0.3.0-3 - Add BuildRequires python3-pbr -* Wed Jan 20 2021 zhangy1317 + +* Wed Jan 20 2021 zhangy1317 - 0.3.0-2 - Add BuildRequires python3-pip -* Fri Nov 20 2020 Python_Bot + +* Fri Nov 20 2020 Python_Bot - 0.3.0-1 - Package Spec generated diff --git a/sphinxcontrib-apidoc-0.3.0.tar.gz b/sphinxcontrib-apidoc-0.3.0.tar.gz deleted file mode 100755 index b19098b..0000000 Binary files a/sphinxcontrib-apidoc-0.3.0.tar.gz and /dev/null differ diff --git a/sphinxcontrib-apidoc-0.5.0.tar.gz b/sphinxcontrib-apidoc-0.5.0.tar.gz new file mode 100644 index 0000000..fd1a181 Binary files /dev/null and b/sphinxcontrib-apidoc-0.5.0.tar.gz differ