bluez-firmware-vl.spec 2.3 KB

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