From bee9ade68ef5952bac0cc91570a943fece6cc3156915ae8fb25f72590c6c33a1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 2 Feb 2022 20:10:23 +0000 Subject: [PATCH] Fix dist-info file names in files. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=21 --- python-bpython.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-bpython.spec b/python-bpython.spec index 8bcb93c..60fc1dd 100644 --- a/python-bpython.spec +++ b/python-bpython.spec @@ -158,8 +158,8 @@ rm %{buildroot}%{_datadir}/applications/org.bpython-interpreter.bpython.desktop %{python_sitelib}/bpython/* %dir %{python_sitelib}/bpdb %{python_sitelib}/bpdb/* -%dir %{python_sitelib}/bpython-%{version}-*-info -%{python_sitelib}/bpython-%{version}-*-info/* +%dir %{python_sitelib}/bpython-%{version}*-info +%{python_sitelib}/bpython-%{version}*-info/* %python_alternative %{_bindir}/bpython %python_alternative %{_bindir}/bpython-curses %python_alternative %{_bindir}/bpython-urwid