commit
f218934e18
@ -1,7 +1,7 @@
|
|||||||
%global pypi_name sphinxcontrib-log-cabinet
|
%global pypi_name sphinxcontrib-log-cabinet
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Organize changelog directives in Sphinx docs
|
Summary: Organize changelog directives in Sphinx docs
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/davidism/sphinxcontrib-log-cabinet
|
URL: https://github.com/davidism/sphinxcontrib-log-cabinet
|
||||||
@ -39,10 +39,13 @@ Summary: %{summary}
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%doc CHANGES.rst
|
%doc CHANGES.rst
|
||||||
%{python3_sitelib}/sphinxcontrib
|
%{python3_sitelib}/sphinxcontrib
|
||||||
%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}-py?.?.egg-info
|
%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}-py%{python3_version}.egg-info
|
||||||
%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}-py?.?-nspkg.pth
|
%{python3_sitelib}/sphinxcontrib_log_cabinet-%{version}-py%{python3_version}-nspkg.pth
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 20 2021 huanghaitao <huanghaitao8@huawei.com> - 1.0.1-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user