Compare commits
10 Commits
b6722177fd
...
bec220cd59
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bec220cd59 | ||
|
|
87ac5b0081 | ||
|
|
c54709ca2c | ||
|
|
79d0ab171a | ||
|
|
81b5d13e96 | ||
|
|
6cc99551cc | ||
|
|
8f247376b3 | ||
|
|
17e8639592 | ||
|
|
df434a2d4e | ||
|
|
38f79bacf3 |
Binary file not shown.
BIN
pi-bluetooth-87248a382d1a81b80a62730975135d87fffd7ef1.tar.gz
Normal file
BIN
pi-bluetooth-87248a382d1a81b80a62730975135d87fffd7ef1.tar.gz
Normal file
Binary file not shown.
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user