diff --git a/python-sphinx.spec b/python-sphinx.spec index c83a6467cb818c7ddb5d62e49c1078112e9489c6..474cbe270369777069b58fe0409f4470f890f187 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