fix build error caused by py3.10+ wildcard
This commit is contained in:
parent
9e22794fa2
commit
09887093c3
@ -1,6 +1,6 @@
|
||||
Name: python-mistune
|
||||
Version: 0.8.3
|
||||
Release: 7
|
||||
Release: 8
|
||||
Summary: A Python Markdown Parser
|
||||
License: BSD
|
||||
URL: https://github.com/lepture/mistune
|
||||
@ -38,10 +38,13 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
|
||||
%files -n python3-mistune
|
||||
%doc LICENSE README.rst
|
||||
%{python3_sitearch}/mistune.*
|
||||
%{python3_sitearch}/mistune-%{version}-py?.?.egg-info
|
||||
%{python3_sitearch}/mistune-%{version}-py%{python3_version}.egg-info
|
||||
%{python3_sitearch}/__pycache__/mistune*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 01 2022 yangping <yangping69@huawei.com> - 0.8.3-8
|
||||
- Fix build error caused by py3.10+ wildcard
|
||||
|
||||
* Thu Jul 22 2021 wangyue <wangyue92@huawei.com> - 0.8.3-7
|
||||
- Remove python2-mistune subpackage and remove python2 related buildrequire
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user