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