source: projects/specs/trunk/b/bluez-firmware/bluez-firmware-vl.spec @ 3512

Revision 3512, 2.3 KB checked in by owa, 13 years ago (diff)

rebuilt

Line 
1Name:   bluez-firmware
2Version: 1.2
3Release: 4%{?_dist_release}
4Summary:     Broadcom BCM2033 Firmware - Bluetooth(TM)
5Summary(ja): Broadcom BCM2033ファームウェア - Bluetooth(TM)
6License:  GPL
7Group:          System Environment/Kernel
8### spec file for package bluez-firmware (Version 1.2)
9# bese Mandriva Linux
10
11URL:            http://bluez.sourceforge.net
12Source:         http://bluez.sf.net/download/%{name}-%{version}.tar.gz
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15Provides:       bluez-bluefw
16Obsoletes:      bluez-bluefw
17
18#----------------------------------------------------------------------------
19%description
20Bluetooth(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
25The 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
33The 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}
42make
43#org# %make %{?_smp_mflags}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
48
49%clean
50rm -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
Note: See TracBrowser for help on using the repository browser.