From 8757ec08bddf2a081525efedb5805c8d13a4ccf9 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Wed, 6 Apr 2022 15:29:51 +0800 Subject: [PATCH] fix build error caused by python3.10 wildcard --- nototools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nototools.spec b/nototools.spec index 23d8877..2cb75a1 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-py%{python3_version}.egg-info %{python3_sitelib}/third_party %changelog +* Wed Apr 6 2022 caodongxia - 0-3 +- fix build error caused by python3.10 wildcard + * Wed Oct 21 2020 wangxiao - 0-2 - drop python2 subpackage -- Gitee