!9 Fix build error in master

From: @bzg1107 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-03-31 01:59:00 +00:00 committed by Gitee
commit 22ab0bc20d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: fonttools Name: fonttools
Version: 3.29.0 Version: 3.29.0
Release: 4 Release: 5
Summary: Tools to manipulate font files Summary: Tools to manipulate font files
License: MIT License: MIT
URL: https://github.com/fonttools/fonttools/ URL: https://github.com/fonttools/fonttools/
@ -59,9 +59,12 @@ rm -rf *.egg-info
%files -n python3-fonttools %files -n python3-fonttools
%doc LICENSE %doc LICENSE
%{python3_sitelib}/fontTools %{python3_sitelib}/fontTools
%{python3_sitelib}/fonttools-%{version}-py3.?.egg-info %{python3_sitelib}/fonttools-%{version}-py3.*.egg-info
%changelog %changelog
* Wed Mar 30 2022 baizhonggui <baizhonggui@huawei.com> - 3.29.0-5
- support py3.10+ wildcard to fix build error
* Tue Oct 26 2021 chenchen <chen_aka_jan@163.com> - 3.29.0-4 * Tue Oct 26 2021 chenchen <chen_aka_jan@163.com> - 3.29.0-4
- change the spec file name to be the same as the repo name - change the spec file name to be the same as the repo name