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 <thrnciar@redhat.com>
epel9
Miro Hrončok 5 years ago
parent 0d9c88baa8
commit 45d211b739

@ -75,7 +75,7 @@ rm -rf html/.{doctrees,buildinfo}
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
%{python3_sitelib}/rst %{python3_sitelib}/rst
%{python3_sitelib}/rst.linker-%{version}-py?.?.egg-info %{python3_sitelib}/rst.linker-%{version}-py%{python3_version}.egg-info
%if %{with docs} %if %{with docs}
%files -n python-%{pkg_name}-doc %files -n python-%{pkg_name}-doc

Loading…
Cancel
Save