!5 解决python-mistune在master分支编译失败 eorror:file not foud .... -py?.?.egg-info
From: @penelope_y Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
9fa94dbb63
@ -1,6 +1,6 @@
|
|||||||
Name: python-mistune
|
Name: python-mistune
|
||||||
Version: 0.8.3
|
Version: 0.8.3
|
||||||
Release: 7
|
Release: 8
|
||||||
Summary: A Python Markdown Parser
|
Summary: A Python Markdown Parser
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/lepture/mistune
|
URL: https://github.com/lepture/mistune
|
||||||
@ -38,10 +38,13 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
|
|||||||
%files -n python3-mistune
|
%files -n python3-mistune
|
||||||
%doc LICENSE README.rst
|
%doc LICENSE README.rst
|
||||||
%{python3_sitearch}/mistune.*
|
%{python3_sitearch}/mistune.*
|
||||||
%{python3_sitearch}/mistune-%{version}-py?.?.egg-info
|
%{python3_sitearch}/mistune-%{version}-py%{python3_version}.egg-info
|
||||||
%{python3_sitearch}/__pycache__/mistune*
|
%{python3_sitearch}/__pycache__/mistune*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 22 2021 wangyue <wangyue92@huawei.com> - 0.8.3-7
|
||||||
- Remove python2-mistune subpackage and remove python2 related buildrequire
|
- Remove python2-mistune subpackage and remove python2 related buildrequire
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user