From 64372d04cfb9963fc3af4eb48fb1f8a14651c841 Mon Sep 17 00:00:00 2001 From: liksh Date: Mon, 24 May 2021 14:59:44 +0800 Subject: [PATCH 1/2] some python2 module create doc package use sphinx-build so we should provide sphinix-build like python3-sphinx add change log and release+1 add issue url --- python-sphinx.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 17d9bc4..17e2008 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,7 +1,7 @@ Name: python-sphinx Summary: Python documentation generator Version: 1.8.4 -Release: 1 +Release: 2 Epoch: 1 License: BSD and Public Domain and Python and (MIT or GPLv2) URL: http://sphinx-doc.org/ @@ -269,6 +269,7 @@ LANG=en_US.UTF-8 PYTHON=python3 make test %license LICENSE %doc AUTHORS CHANGES EXAMPLES README.rst %{_bindir}/sphinx-*-2* +%{_bindir}/sphinx-build %{python2_sitelib}/sphinx/ %{python2_sitelib}/Sphinx-%{version}-py%{python2_version}.egg-info/ %{_libexecdir}/python2-sphinx/ @@ -291,6 +292,10 @@ LANG=en_US.UTF-8 PYTHON=python3 make test %{_mandir}/man1/* %changelog +* Thu May 27 2021 liksh +- build python2 package need cmd sphinx-build like python3-sphinx +- issue : https://gitee.com/src-openeuler/python-sphinx/issues/I3T91U + * Mon Aug 31 2020 shixuantong - 1.8.4-1 - update version to 1.8.4 -- Gitee From 69fc78ec314e6247b31c48632f4782f08c1a7b9e Mon Sep 17 00:00:00 2001 From: liksh Date: Fri, 28 May 2021 10:38:01 +0800 Subject: [PATCH 2/2] fix issue in changlog prob --- python-sphinx.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 17e2008..cc765b0 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -294,7 +294,6 @@ LANG=en_US.UTF-8 PYTHON=python3 make test %changelog * Thu May 27 2021 liksh - build python2 package need cmd sphinx-build like python3-sphinx -- issue : https://gitee.com/src-openeuler/python-sphinx/issues/I3T91U * Mon Aug 31 2020 shixuantong - 1.8.4-1 - update version to 1.8.4 -- Gitee