Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
bec220cd59
!15 [sync] PR-14: 跟进上游蓝牙版本(0.1.19)
From: @openeuler-sync-bot 
Reviewed-by: @jianminw 
Signed-off-by: @jianminw
2023-03-20 09:29:20 +00:00
yafen
87ac5b0081 update to the latest commit(87248a382d1a81b80a62730975135d87fffd7ef1) of pi-bluetooth(0.1.19)
(cherry picked from commit daff2bb8c8e317a0eecf3f2d0eb03aa760438cbc)
2023-03-17 18:55:27 +08:00
openeuler-ci-bot
c54709ca2c
!12 [sync] PR-11: 跟进上游蓝牙代码
From: @openeuler-sync-bot 
Reviewed-by: @jianminw 
Signed-off-by: @jianminw
2022-04-12 10:11:13 +00:00
yafen
79d0ab171a update to the latest commit(23af66cff597c80523bf9581d7f75d387227f183) of pi-bluetooth(0.1.17)
(cherry picked from commit 9afac67a5512120cbbf9a4c913bf802bcd57df63)
2022-04-12 17:29:46 +08:00
openeuler-ci-bot
81b5d13e96 !9 跟进上游蓝牙代码
From: @woqidaideshi
Reviewed-by: @jianminw
Signed-off-by: @jianminw
2021-02-23 16:02:48 +08:00
yafen
6cc99551cc 跟进上游蓝牙代码 2021-02-23 14:52:55 +08:00
openeuler-ci-bot
8f247376b3 !5 update to the latest commit(a69d8f54901aab31f2f47e0cc4f9d2879e183f1d) from 1f8d16200050b59ff9b859ee7565cdf7b08053bb
From: @woqidaideshi
Reviewed-by: @jianminw
Signed-off-by: @jianminw
2020-11-16 15:03:43 +08:00
yafen
17e8639592 update to the latest commit(a69d8f54901aab31f2f47e0cc4f9d2879e183f1d) of pi-bluetooth(0.1.15) 2020-11-11 15:17:42 +08:00
openeuler-ci-bot
df434a2d4e !3 更新 pi-bluetooth 版本为 0.1.15,source0 改为链接
From: @woqidaideshi
Reviewed-by: @jianminw
Signed-off-by:
2020-09-18 16:15:29 +08:00
yafen
38f79bacf3 change source0's name 2020-09-16 15:43:21 +08:00
3 changed files with 21 additions and 7 deletions

View File

@ -2,12 +2,12 @@
%global _rules_path /lib/udev/rules.d
%global _systemd_path /lib/systemd/system
%global _license_path /usr/share/licenses/raspi
%global commitid 1f8d16200050b59ff9b859ee7565cdf7b08053bb
%global commitid 87248a382d1a81b80a62730975135d87fffd7ef1
%global debug_package %{nil}
Name: raspberrypi-bluetooth
Version: 20200904
Release: 1
Version: 20230315
Release: 6
Summary: bluetooth files used for RaspberryPi
License: BSD-3-Clause
ExclusiveArch: aarch64
@ -15,21 +15,20 @@ ExclusiveArch: aarch64
Provides: raspberrypi-bluetooth = %{version}-%{release}
URL: https://github.com/RPi-Distro/pi-bluetooth
Source0: https://github.com/RPi-Distro/pi-bluetooth/archive/%{commitid}.tar.gz
Source0: https://github.com/RPi-Distro/pi-bluetooth/archive/%{commitid}/pi-bluetooth-%{commitid}.tar.gz
%description
This package contains executable files of bluetooth required by some RaspberryPi devices.
%prep
%setup -q -n pi-bluetooth-%{version} -c
mv pi-bluetooth-%{commitid} %{name}-%{version}
%setup -q -n %{name}-%{version} -c
%install
mkdir -p %{buildroot}%{_bin_path}
mkdir -p %{buildroot}%{_rules_path}
mkdir -p %{buildroot}%{_systemd_path}
mkdir -p %{buildroot}%{_license_path}
cd %{name}-%{version}
cd pi-bluetooth-%{commitid}
install -p -m 755 usr/bin/* %{buildroot}%{_bin_path}/
install -p -m 644 lib/udev/rules.d/90-pi-bluetooth.rules %{buildroot}%{_rules_path}/
install -p -m 644 debian/pi-bluetooth.bthelper\@.service %{buildroot}%{_systemd_path}/bthelper\@.service
@ -48,6 +47,21 @@ cd -
%{_systemd_path}/*
%changelog
* Wed Mar 15 2023 Yafen Fang<yafen@iscas.ac.cn> - 20230315-6
- update pi-bluetooth to commit(87248a382d1a81b80a62730975135d87fffd7ef1): 0.1.19 release
* Fri Mar 18 2022 Yafen Fang<yafen@iscas.ac.cn> - 20220318-5
- update pi-bluetooth to commit(23af66cff597c80523bf9581d7f75d387227f183): Add AA:AA:AA:AA:AA:AA as an "unprogrammed" address
* Tue Feb 23 2021 Yafen Fang<yafen@iscas.ac.cn> - 20210223-4
- update to the latest commit(6f6386e91e33966d3c4a3cfee72d61e14c6a11ef) of pi-bluetooth(0.1.15).
* Tue Nov 10 2020 Yafen Fang<yafen@iscas.ac.cn> - 20201110-3
- update to the latest commit(a69d8f54901aab31f2f47e0cc4f9d2879e183f1d) of pi-bluetooth(0.1.15).
* Wed Sep 16 2020 Yafen Fang<yafen@iscas.ac.cn> - 20200904-2
- Change source0's name.
* Fri Sep 4 2020 Yafen Fang<yafen@iscas.ac.cn> - 20200904-1
- Update pi-bluetooth version to 0.1.15 release.