From a6197fe574c0092c9cf5fd52690411b3f23a1316 Mon Sep 17 00:00:00 2001 From: Shuo Wang Date: Tue, 12 Sep 2023 10:16:57 +0800 Subject: [PATCH] used sphinx-build directly for compatibility Signed-off-by: Shuo Wang --- python-pycodestyle.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pycodestyle.spec b/python-pycodestyle.spec index 3c9dd49..9f03eab 100644 --- a/python-pycodestyle.spec +++ b/python-pycodestyle.spec @@ -3,7 +3,7 @@ Summary: Python style guide checker Name: python-%{module_name} Version: 2.8.0 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT URL: https://pypi.python.org/pypi/%{module_name} Source0: %{pypi_source %{module_name}} @@ -34,7 +34,7 @@ sed --in-place "s:#!\s*/usr.*::" pycodestyle.py %build %py3_build -make -C docs man SPHINXBUILD=sphinx-build-%{python3_version} +make -C docs man SPHINXBUILD=sphinx-build %install %py3_install @@ -59,6 +59,9 @@ install -D docs/_build/man/%{module_name}.1 %{buildroot}%{_mandir}/man1/%{module %{_mandir}/man1/%{module_name}.1.gz %changelog +* Tue Sep 12 2023 Shuo Wang - 2.8.0-5 +- used sphinx-build directly for compatibility + * Fri Sep 08 2023 OpenCloudOS Release Engineering - 2.8.0-4 - Rebuilt for OpenCloudOS Stream 23.09 -- Gitee