update to 1.2.20210423git
add Rpi bluetooth firmware files from RPi-distro repository [release 1.2.20210423git-1mamba;Fri Apr 23 2021]
This commit is contained in:
parent
e657b64b1f
commit
7967e388c0
@ -1,21 +1,22 @@
|
|||||||
Name: bluez-firmware
|
Name: bluez-firmware
|
||||||
Version: 1.2
|
Version: 1.2.20210423git
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Firmware for the Bluetooth wireless library for Linux
|
Summary: Firmware for the Bluetooth wireless library for Linux
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.bluez.org
|
URL: http://www.bluez.org
|
||||||
Source: http://bluez.sourceforge.net/download/bluez-firmware-%{version}.tar.gz
|
Source: https://github.com/RPi-Distro/bluez-firmware.git/master/bluez-firmware-%{version}.tar.bz2
|
||||||
|
#Source: http://bluez.sourceforge.net/download/bluez-firmware-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Firmware for the Bluetooth wireless library for Linux.
|
Firmware for the Bluetooth wireless library for Linux.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -26,6 +27,12 @@ Firmware for the Bluetooth wireless library for Linux.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
# Rpi bluetooth firmware(s)
|
||||||
|
for f in BCM43430A1.hcd BCM43430B0.hcd BCM4345C0.hcd BCM4345C5.hcd; do
|
||||||
|
install -D -m0644 broadcom/$f %{buildroot}/lib/firmware/brcm/$f
|
||||||
|
done
|
||||||
|
install -D -m0644 broadcom/BCM-LEGAL.txt %{buildroot}/lib/firmware/brcm/BCM-LEGAL.txt
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -35,9 +42,18 @@ Firmware for the Bluetooth wireless library for Linux.
|
|||||||
/lib/firmware/BCM2033-FW.bin
|
/lib/firmware/BCM2033-FW.bin
|
||||||
/lib/firmware/BCM2033-MD.hex
|
/lib/firmware/BCM2033-MD.hex
|
||||||
/lib/firmware/STLC2500_R4_*
|
/lib/firmware/STLC2500_R4_*
|
||||||
%doc AUTHORS COPYING ChangeLog README
|
/lib/firmware/brcm/BCM-LEGAL.txt
|
||||||
|
/lib/firmware/brcm/BCM43430A1.hcd
|
||||||
|
/lib/firmware/brcm/BCM43430B0.hcd
|
||||||
|
/lib/firmware/brcm/BCM4345C0.hcd
|
||||||
|
/lib/firmware/brcm/BCM4345C5.hcd
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.20210423git-1mamba
|
||||||
|
- update to 1.2.20210423git
|
||||||
|
- add Rpi bluetooth firmware files from RPi-distro repository
|
||||||
|
|
||||||
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 1.2-2mamba
|
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 1.2-2mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user