From 91ababf60a94dec4411a854e04f97cb8f8e2dd20 Mon Sep 17 00:00:00 2001 From: jinjin Date: Wed, 19 Feb 2020 01:58:32 -0500 Subject: [PATCH] init --- python-sphinx.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index c83a646..474cbe2 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,7 +1,7 @@ Name: python-sphinx Summary: Python documentation generator Version: 1.7.6 -Release: 3 +Release: 4 Epoch: 1 License: BSD and Public Domain and Python and (MIT or GPLv2) URL: http://sphinx-doc.org/ @@ -282,6 +282,10 @@ LANG=en_US.UTF-8 PYTHON=python3 make test %license LICENSE %doc AUTHORS CHANGES EXAMPLES README.rst %{_bindir}/sphinx-*-3* +%{_bindir}/sphinx-build +%{_bindir}/sphinx-apidoc +%{_bindir}/sphinx-autogen +%{_bindir}/sphinx-quickstart %{python3_sitelib}/sphinx/ %{python3_sitelib}/Sphinx-%{version}-py%{python3_version}.egg-info/ %{_libexecdir}/python3-sphinx/ @@ -291,5 +295,5 @@ LANG=en_US.UTF-8 PYTHON=python3 make test %{_mandir}/man1/* %changelog -* Thu Nov 14 2019 Lijin Yang - 1:1.7.6-2 +* Thu Nov 14 2019 Lijin Yang - 1:1.7.6-4 - init package -- Gitee