fix build error caused by python3.10 wildcard
This commit is contained in:
parent
76e5dfcdce
commit
8757ec08bd
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: nototools
|
Name: nototools
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Noto fonts support tools and scripts plus web site generation
|
Summary: Noto fonts support tools and scripts plus web site generation
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/googlei18n/nototools
|
URL: https://github.com/googlei18n/nototools
|
||||||
@ -65,11 +65,14 @@ cd ..
|
|||||||
|
|
||||||
%files -n python3-nototools
|
%files -n python3-nototools
|
||||||
%{python3_sitelib}/nototools
|
%{python3_sitelib}/nototools
|
||||||
%{python3_sitelib}/nototools-0.0.1-py3.?.egg-info
|
%{python3_sitelib}/nototools-0.0.1-py%{python3_version}.egg-info
|
||||||
%{python3_sitelib}/third_party
|
%{python3_sitelib}/third_party
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 6 2022 caodongxia <caodongxia@h-partners.com> - 0-3
|
||||||
|
- fix build error caused by python3.10 wildcard
|
||||||
|
|
||||||
* Wed Oct 21 2020 wangxiao <wangxiao65@huawei.com> - 0-2
|
* Wed Oct 21 2020 wangxiao <wangxiao65@huawei.com> - 0-2
|
||||||
- drop python2 subpackage
|
- drop python2 subpackage
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user