Compare commits

..

No commits in common. "bec220cd59f9467e9b8e4ad16155df3d01bcb518" and "b6722177fda551ae8a79bcd078e0b13e4f95fdff" have entirely different histories.

3 changed files with 7 additions and 21 deletions

Binary file not shown.

View File

@ -2,12 +2,12 @@
%global _rules_path /lib/udev/rules.d %global _rules_path /lib/udev/rules.d
%global _systemd_path /lib/systemd/system %global _systemd_path /lib/systemd/system
%global _license_path /usr/share/licenses/raspi %global _license_path /usr/share/licenses/raspi
%global commitid 87248a382d1a81b80a62730975135d87fffd7ef1 %global commitid 1f8d16200050b59ff9b859ee7565cdf7b08053bb
%global debug_package %{nil} %global debug_package %{nil}
Name: raspberrypi-bluetooth Name: raspberrypi-bluetooth
Version: 20230315 Version: 20200904
Release: 6 Release: 1
Summary: bluetooth files used for RaspberryPi Summary: bluetooth files used for RaspberryPi
License: BSD-3-Clause License: BSD-3-Clause
ExclusiveArch: aarch64 ExclusiveArch: aarch64
@ -15,20 +15,21 @@ ExclusiveArch: aarch64
Provides: raspberrypi-bluetooth = %{version}-%{release} Provides: raspberrypi-bluetooth = %{version}-%{release}
URL: https://github.com/RPi-Distro/pi-bluetooth URL: https://github.com/RPi-Distro/pi-bluetooth
Source0: https://github.com/RPi-Distro/pi-bluetooth/archive/%{commitid}/pi-bluetooth-%{commitid}.tar.gz Source0: https://github.com/RPi-Distro/pi-bluetooth/archive/%{commitid}.tar.gz
%description %description
This package contains executable files of bluetooth required by some RaspberryPi devices. This package contains executable files of bluetooth required by some RaspberryPi devices.
%prep %prep
%setup -q -n %{name}-%{version} -c %setup -q -n pi-bluetooth-%{version} -c
mv pi-bluetooth-%{commitid} %{name}-%{version}
%install %install
mkdir -p %{buildroot}%{_bin_path} mkdir -p %{buildroot}%{_bin_path}
mkdir -p %{buildroot}%{_rules_path} mkdir -p %{buildroot}%{_rules_path}
mkdir -p %{buildroot}%{_systemd_path} mkdir -p %{buildroot}%{_systemd_path}
mkdir -p %{buildroot}%{_license_path} mkdir -p %{buildroot}%{_license_path}
cd pi-bluetooth-%{commitid} cd %{name}-%{version}
install -p -m 755 usr/bin/* %{buildroot}%{_bin_path}/ 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 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 install -p -m 644 debian/pi-bluetooth.bthelper\@.service %{buildroot}%{_systemd_path}/bthelper\@.service
@ -47,21 +48,6 @@ cd -
%{_systemd_path}/* %{_systemd_path}/*
%changelog %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 * Fri Sep 4 2020 Yafen Fang<yafen@iscas.ac.cn> - 20200904-1
- Update pi-bluetooth version to 0.1.15 release. - Update pi-bluetooth version to 0.1.15 release.