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