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