fix build error

This commit is contained in:
baizg1107 2022-03-30 17:56:03 +08:00
parent 5b710e926e
commit 6f792e474d

View File

@ -1,6 +1,6 @@
Name: fonttools
Version: 3.29.0
Release: 4
Release: 5
Summary: Tools to manipulate font files
License: MIT
URL: https://github.com/fonttools/fonttools/
@ -59,9 +59,12 @@ rm -rf *.egg-info
%files -n python3-fonttools
%doc LICENSE
%{python3_sitelib}/fontTools
%{python3_sitelib}/fonttools-%{version}-py3.?.egg-info
%{python3_sitelib}/fonttools-%{version}-py3.*.egg-info
%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
- change the spec file name to be the same as the repo name