bluez-firmware/bluez-firmware.spec

46 lines
1.1 KiB
RPMSpec
Raw Normal View History

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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 1.2-2mamba
- automatic rebuild by autodist
* Mon Apr 28 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-1mamba
- package created by autospec