]> git.pld-linux.org Git - packages/bluez-firmware.git/blob - bluez-firmware.spec
- updated to 1.1
[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.1
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:  2f1c2d939108c865dd07bae3e819c573
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 %define         _libdir /lib
17
18 %description
19 Bluetooth Firmware data.
20
21 %description -l pl
22 Dane firmware do urz±dzeñ Bluetooth.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS ChangeLog README
43 %{_libdir}/firmware/BCM*
This page took 0.048186 seconds and 4 git commands to generate.