From 2a82c9d99d7abeb2c3e4f894b2bd53589b7ee53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 13 Jul 2020 21:04:42 +0200 Subject: [PATCH] Replace Python version glob with macro (needed for Python 3.10+) See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/PQIGCQCRNBYNXBX2ICWEM3PLDLNOG2ZT/ Co-authored-by: Tomas Hrnciar --- python-wcwidth.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wcwidth.spec b/python-wcwidth.spec index f66bdd6..444f061 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -49,7 +49,7 @@ printable width of a string on a Terminal. %doc README.rst %license LICENSE %{python3_sitelib}/%{pypi_name} -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog * Wed Jul 01 2020 Charalampos Stratakis - 0.2.5-1