diff --git a/python-bluepy.changes b/python-bluepy.changes index 6ac6def..d117746 100644 --- a/python-bluepy.changes +++ b/python-bluepy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 4 08:14:16 UTC 2021 - Christian Goll + +- created multibuild python alternatives for the binaries + ------------------------------------------------------------------- Thu Jan 9 08:20:25 UTC 2020 - Adrian Schröter diff --git a/python-bluepy.spec b/python-bluepy.spec index 6adff6e..5bcbc9d 100644 --- a/python-bluepy.spec +++ b/python-bluepy.spec @@ -59,6 +59,10 @@ Source code and further documentation is at: %install %python_install %fdupes %{buildroot}%{_prefix} +%python_clone -a %{buildroot}%{_bindir}/blescan +%python_clone -a %{buildroot}%{_bindir}/sensortag +%python_clone -a %{buildroot}%{_bindir}/thingy52 + %if %{with test} %check @@ -73,7 +77,9 @@ testvenv-%$python_bin_suffix/bin/python -m pytest && rm -Rf testvenv-%$python_bi %files %{python_files} %license LICENSE.txt %doc README README.md -%_bindir/* +%python_alternative %{_bindir}/blescan +%python_alternative %{_bindir}/sensortag +%python_alternative %{_bindir}/thingy52 %{python_sitelib}/* %changelog