]> git.pld-linux.org Git - packages/bluez-kernel.git/blame - bluez-kernel.spec
- tabs in preamble
[packages/bluez-kernel.git] / bluez-kernel.spec
CommitLineData
137314e7
JB
1# TODO:
2# - UP/SMP
3# - dependencies
4# - conflict with old bluez modules in kernel
5Summary: Bluetooth kernel modules
3506eb26 6Summary(pl.UTF-8): Moduły jądra Bluetooth
137314e7
JB
7Name: bluez-kernel
8Version: 2.3
9Release: 1
10License: GPL v2
11Group: Base/Kernel
12Source0: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
8a6eed01 13# Source0-md5: 1193a6242a0b1f607dcdde7aaeb2095c
137314e7
JB
14# for 2.4.20
15Source1: http://bluez.sourceforge.net/download/hci_usb-031803.tar.gz
8a6eed01 16# Source1-md5: d53870ee2d3b1b309364a01a799cf87e
137314e7 17Patch0: %{name}-O1.patch
d1e44c19 18URL: http://www.bluez.org/
137314e7
JB
19#BuildRequires: kernel-source >= 2.4.20
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Bluetooth kernel modules.
24
ecafd7cf
JR
25%description -l pl.UTF-8
26Moduły jądra Bluetooth.
137314e7
JB
27
28%package -n kernel-net-bluez
29Summary: Bluetooth kernel modules
3506eb26 30Summary(pl.UTF-8): Moduły jądra Bluetooth
137314e7
JB
31Group: Base/Kernel
32
33%description -n kernel-net-bluez
34Bluetooth kernel modules.
35
ecafd7cf
JR
36%description -n kernel-net-bluez -l pl.UTF-8
37Moduły jądra Bluetooth.
137314e7
JB
38
39%prep
40%setup -q
41%patch0 -p1
42tar xzf %{SOURCE1} -C drivers
43
44%build
45# autoconf 2.5x uses "rm -rf core", thus removing core directory
46%configure2_13
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT \
54 DEPMOD=/bin/true
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files -n kernel-net-bluez
60%defattr(644,root,root,755)
61%doc AUTHORS README doc/modules.txt
62/lib/modules/*/kernel/drivers/bluetooth
63/lib/modules/*/kernel/misc/*.o*
64/lib/modules/*/kernel/net/bluetooth
This page took 1.323644 seconds and 4 git commands to generate.