]> git.pld-linux.org Git - packages/bluez-hciemu.git/blob - bluez-hciemu.spec
- fixed build, removed redundant cp
[packages/bluez-hciemu.git] / bluez-hciemu.spec
1 Summary:        HCI Emulation for Linux Bluetooth protocol stack
2 Summary(pl):    Emulacja HCI dla linuksowego stosu protoko³u Bluetooth
3 Name:           bluez-hciemu
4 Version:        1.0
5 Release:        2
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  52477bdcd5a2c0fb5c56ad92f608ab94
10 Patch0:         %{name}-opt.patch
11 URL:            http://bluez.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  bluez-libs-devel
15 BuildRequires:  glib-devel
16 BuildRequires:  libtool
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
23 Emulacja HCI dla linuksowego stosu protoko³u Bluetooth.
24
25 %prep
26 %setup -q
27 %patch0 -p1
28
29 %build
30 %{__libtoolize}
31 %{__aclocal}
32 %{__autoconf}
33 %{__automake}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog README
49 %attr(755,root,root) %{_sbindir}/*
This page took 0.034144 seconds and 4 git commands to generate.