]> git.pld-linux.org Git - packages/bluez-kernel.git/commitdiff
- new, NFY (temporarily needed, because rfcomm is missing up to 2.4.20)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Apr 2003 14:11:12 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-kernel.spec -> 1.1

bluez-kernel.spec [new file with mode: 0644]

diff --git a/bluez-kernel.spec b/bluez-kernel.spec
new file mode 100644 (file)
index 0000000..1258663
--- /dev/null
@@ -0,0 +1,62 @@
+# TODO:
+# - UP/SMP
+# - dependencies
+# - conflict with old bluez modules in kernel
+Summary:       Bluetooth kernel modules
+Summary(pl):   Modu³y j±dra Bluetooth
+Name:          bluez-kernel
+Version:       2.3
+Release:       1
+License:       GPL v2
+Group:         Base/Kernel
+Source0:       http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
+# for 2.4.20
+Source1:       http://bluez.sourceforge.net/download/hci_usb-031803.tar.gz
+Patch0:                %{name}-O1.patch
+URL:           http://bluez.sourceforge.net/
+#BuildRequires:        kernel-source >= 2.4.20
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bluetooth kernel modules.
+
+%description -l pl
+Modu³y j±dra Bluetooth.
+
+%package -n kernel-net-bluez
+Summary:       Bluetooth kernel modules
+Summary(pl):   Modu³y j±dra Bluetooth
+Group:         Base/Kernel
+
+%description -n kernel-net-bluez
+Bluetooth kernel modules.
+
+%description -n kernel-net-bluez -l pl
+Modu³y j±dra Bluetooth.
+
+%prep
+%setup -q
+%patch0 -p1
+tar xzf %{SOURCE1} -C drivers
+
+%build
+# autoconf 2.5x uses "rm -rf core", thus removing core directory
+%configure2_13
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       DEPMOD=/bin/true
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -n kernel-net-bluez
+%defattr(644,root,root,755)
+%doc AUTHORS README doc/modules.txt
+/lib/modules/*/kernel/drivers/bluetooth
+/lib/modules/*/kernel/misc/*.o*
+/lib/modules/*/kernel/net/bluetooth
This page took 0.072172 seconds and 4 git commands to generate.