]> git.pld-linux.org Git - packages/bluez-hciemu.git/blob - bluez-hciemu.spec
- refresh config.sub
[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:        1
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 HCI Emulation for Linux Bluetooth protocol stack.
20
21 %description -l pl
22 Emulacja HCI dla linuksowego stosu protoko³u Bluetooth.
23
24 %prep
25 %setup -q
26 %patch0 -p1
27
28 %build
29 cp -f /usr/share/automake/config.sub .
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.062932 seconds and 3 git commands to generate.