!9 修复编译失败

From: @lyn1001 
Reviewed-by: @ruebb 
Signed-off-by: @ruebb
This commit is contained in:
openeuler-ci-bot 2022-08-01 07:38:54 +00:00 committed by Gitee
commit f218934e18
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global pypi_name sphinxcontrib-log-cabinet
Name: python-%{pypi_name}
Version: 1.0.1
Release: 1
Release: 2
Summary: Organize changelog directives in Sphinx docs
License: BSD
URL: https://github.com/davidism/sphinxcontrib-log-cabinet
@ -39,10 +39,13 @@ Summary: %{summary}
%doc README.rst
%doc CHANGES.rst
%{python3_sitelib}/sphinxcontrib
%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}-py?.?.egg-info
%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}-py?.?-nspkg.pth
%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}-py%{python3_version}.egg-info
%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}-py%{python3_version}-nspkg.pth
%changelog
* Mon Aug 1 2022 liyanan <liyanan32@h-partners.com> - 1.0.1-2
- Replace Python version glob with macro (needed for Python 3.10+)
* Fri Aug 20 2021 huanghaitao <huanghaitao8@huawei.com> - 1.0.1-1
- Package init