automatic rebuild by autodist [release 1.2-2mamba;Sun Aug 18 2013]
This commit is contained in:
parent
27e1f192b4
commit
e657b64b1f
@ -1,2 +1,4 @@
|
|||||||
# bluez-firmware
|
# bluez-firmware
|
||||||
|
|
||||||
|
Firmware for the Bluetooth wireless library for Linux.
|
||||||
|
|
||||||
|
45
bluez-firmware.spec
Normal file
45
bluez-firmware.spec
Normal file
@ -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 <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
|
Loading…
Reference in New Issue
Block a user