| 1 | Name: bluez-firmware |
|---|
| 2 | Version: 1.2 |
|---|
| 3 | Release: 4%{?_dist_release} |
|---|
| 4 | Summary: Broadcom BCM2033 Firmware - Bluetooth(TM) |
|---|
| 5 | Summary(ja): Broadcom BCM2033ファームウェア - Bluetooth(TM) |
|---|
| 6 | License: GPL |
|---|
| 7 | Group: System Environment/Kernel |
|---|
| 8 | ### spec file for package bluez-firmware (Version 1.2) |
|---|
| 9 | # bese Mandriva Linux |
|---|
| 10 | |
|---|
| 11 | URL: http://bluez.sourceforge.net |
|---|
| 12 | Source: http://bluez.sf.net/download/%{name}-%{version}.tar.gz |
|---|
| 13 | |
|---|
| 14 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 15 | Provides: bluez-bluefw |
|---|
| 16 | Obsoletes: bluez-bluefw |
|---|
| 17 | |
|---|
| 18 | #---------------------------------------------------------------------------- |
|---|
| 19 | %description |
|---|
| 20 | Bluetooth(TM) Firmware. Package contains firmware images for some |
|---|
| 21 | Bluetooth(TM) adapters. Currently supported are: * Broadcom |
|---|
| 22 | Corporation BCM2033 |
|---|
| 23 | |
|---|
| 24 | * AVM Computersysteme Vertriebs GmbH BLUEFRITZ! USB |
|---|
| 25 | The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., USA. |
|---|
| 26 | |
|---|
| 27 | %description -l ja |
|---|
| 28 | Bluetooth(TM)ファームウェア |
|---|
| 29 | このパッケージは Broadcom社製チップを搭載した Bluetoothアダプターの |
|---|
| 30 | 為のファームウェアです。BCM2033をサポートしています。 |
|---|
| 31 | |
|---|
| 32 | * AVM Computersysteme Vertriebs GmbH BLUEFRITZ! USB |
|---|
| 33 | The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., USA. |
|---|
| 34 | |
|---|
| 35 | #---------------------------------------------------------------------------- |
|---|
| 36 | %prep |
|---|
| 37 | %setup -q |
|---|
| 38 | |
|---|
| 39 | %build |
|---|
| 40 | #org# %configure |
|---|
| 41 | %configure --mandir=%{_mandir} |
|---|
| 42 | make |
|---|
| 43 | #org# %make %{?_smp_mflags} |
|---|
| 44 | |
|---|
| 45 | %install |
|---|
| 46 | rm -rf $RPM_BUILD_ROOT |
|---|
| 47 | make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install |
|---|
| 48 | |
|---|
| 49 | %clean |
|---|
| 50 | rm -fr %buildroot |
|---|
| 51 | |
|---|
| 52 | %files |
|---|
| 53 | %defattr(-,root,root) |
|---|
| 54 | %doc AUTHORS ChangeLog |
|---|
| 55 | %{_libdir}/firmware/* |
|---|
| 56 | |
|---|
| 57 | #---------------------------------------------------------------------------- |
|---|
| 58 | # Maintainers: babasaki@mindgear.org |
|---|
| 59 | # |
|---|
| 60 | #---------------------------------------------------------------------------- |
|---|
| 61 | %changelog |
|---|
| 62 | * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.2-4 |
|---|
| 63 | - rebuilt with rpm-4.8.1-3 |
|---|
| 64 | |
|---|
| 65 | * Fri Sep 26 2008 Seiichirou Babasaki 1.2-3 |
|---|
| 66 | - added "# Maintainers: " comments. |
|---|
| 67 | - changed UTF-8 encode at bluez-firmware.vs.spec |
|---|
| 68 | - updated specfile |
|---|
| 69 | |
|---|
| 70 | * Fri Jun 13 2008 Seiichirou Babasaki 1.2-2 |
|---|
| 71 | - updated specfile |
|---|
| 72 | |
|---|
| 73 | * Wed Jan 16 2008 Seiichirou Babasaki 1.2-1vl1 |
|---|
| 74 | - Import bluez-firmware - Packager: Babasaki |
|---|
| 75 | - updated specfile |
|---|
| 76 | |
|---|
| 77 | * Thu Mar 01 2007 Emmanuel Andry <eandry@mandriva.org> 1.2-1mdv2007.0 |
|---|
| 78 | + Revision: 130847 |
|---|
| 79 | - Import bluez-firmware |
|---|
| 80 | |
|---|