]> git.pld-linux.org Git - packages/bluez-firmware.git/blob - bluez-firmware.spec
- new, replaces bluez-bluefw
[packages/bluez-firmware.git] / bluez-firmware.spec
1 Summary:        Bluetooth Firmware data
2 Summary(pl):    Dane firmware do urz±dzeñ Bluetooth
3 Name:           bluez-firmware
4 Version:        1.0
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  0b424b4248ab5b2018515dac38174ec4
10 URL:            http://bluez.sourceforge.net/
11 # /etc/bluetooth dir belongs to bluez-utils, hotplug stuff since 2.10
12 Requires:       bluez-utils >= 2.10
13 Obsoletes:      bluez-bluefw
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Bluetooth Firmware data.
18
19 %description -l pl
20 Dane firmware do urz±dzeñ Bluetooth.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure
27
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc AUTHORS ChangeLog README
42 # XXX: move to something more general (FHS?)?
43 %dir /lib/firmware
44 /lib/firmware/BCM*
This page took 0.034969 seconds and 4 git commands to generate.