From 441313985e9f90ddd5ce34ba91053a3101f18ce822fa7697d40ff28644035012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 4 May 2021 08:38:06 +0000 Subject: [PATCH] Accepting request 890256 from home:mslacken Hello Adrian, can you forward this to Factory? kind regards, Christian - created multibuild python alternatives for the binaries OBS-URL: https://build.opensuse.org/request/show/890256 OBS-URL: https://build.opensuse.org/package/show/system:homeautomation:home-assistant/python-bluepy?expand=0&rev=13 --- python-bluepy.changes | 5 +++++ python-bluepy.spec | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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