From e657b64b1f96dd94d602606d620f5eb72b8e57ef Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:51:39 +0100 Subject: [PATCH] automatic rebuild by autodist [release 1.2-2mamba;Sun Aug 18 2013] --- README.md | 2 ++ bluez-firmware.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 bluez-firmware.spec diff --git a/README.md b/README.md index 6d95bdb..d3ef193 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # bluez-firmware +Firmware for the Bluetooth wireless library for Linux. + diff --git a/bluez-firmware.spec b/bluez-firmware.spec new file mode 100644 index 0000000..c1dfa19 --- /dev/null +++ b/bluez-firmware.spec @@ -0,0 +1,45 @@ +Name: bluez-firmware +Version: 1.2 +Release: 2mamba +Summary: Firmware for the Bluetooth wireless library for Linux +Group: System/Kernel and Hardware +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.bluez.org +Source: http://bluez.sourceforge.net/download/bluez-firmware-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Firmware for the Bluetooth wireless library for Linux. + +%prep + +%setup -q + +%build +%configure --libdir=/lib +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +/lib/firmware/BCM-LEGAL.txt +/lib/firmware/BCM2033-FW.bin +/lib/firmware/BCM2033-MD.hex +/lib/firmware/STLC2500_R4_* +%doc AUTHORS COPYING ChangeLog README + +%changelog +* Sun Aug 18 2013 Automatic Build System 1.2-2mamba +- automatic rebuild by autodist + +* Mon Apr 28 2008 Silvan Calarco 1.2-1mamba +- package created by autospec