]> git.pld-linux.org Git - packages/bluez-hciemu.git/blob - bluez-hciemu.spec
- release 4
[packages/bluez-hciemu.git] / bluez-hciemu.spec
1 Summary:        HCI Emulation for Linux Bluetooth protocol stack
2 Summary(pl.UTF-8):      Emulacja HCI dla linuksowego stosu protokołu Bluetooth
3 Name:           bluez-hciemu
4 Version:        1.2
5 Release:        4
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  94d99005c3068334387012bf579e0af7
10 URL:            http://www.bluez.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  bluez-libs-devel >= 2.18
14 BuildRequires:  glib-devel
15 BuildRequires:  libtool
16 Requires:       bluez-libs >= 2.18
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 HCI Emulation for Linux Bluetooth protocol stack.
21
22 %description -l pl.UTF-8
23 Emulacja HCI dla linuksowego stosu protokołu Bluetooth.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__libtoolize}
30 %{__aclocal}
31 %{__autoconf}
32 %{__automake}
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog README
48 %attr(755,root,root) %{_sbindir}/*
This page took 0.024137 seconds and 3 git commands to generate.