From dcfb85fd8e4fe47e5ade8578e5a9e71c615b84bf Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Wed, 30 Mar 2022 17:36:54 +0800 Subject: [PATCH] fix build error --- nototools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nototools.spec b/nototools.spec index 23d8877..598da76 100644 --- a/nototools.spec +++ b/nototools.spec @@ -3,7 +3,7 @@ Name: nototools Version: 0 -Release: 2 +Release: 3 Summary: Noto fonts support tools and scripts plus web site generation License: ASL 2.0 URL: https://github.com/googlei18n/nototools @@ -65,11 +65,14 @@ cd .. %files -n python3-nototools %{python3_sitelib}/nototools -%{python3_sitelib}/nototools-0.0.1-py3.?.egg-info +%{python3_sitelib}/nototools-0.0.1-py3.*.egg-info %{python3_sitelib}/third_party %changelog +* Wed Mar 30 2022 baizhonggui - 0-3 +- support py3.10+ wildcard to fix build error + * Wed Oct 21 2020 wangxiao - 0-2 - drop python2 subpackage -- Gitee