]> git.pld-linux.org Git - packages/bluez-hciemu.git/blame - bluez-hciemu.spec
- release 4
[packages/bluez-hciemu.git] / bluez-hciemu.spec
CommitLineData
cf95b6e5 1Summary: HCI Emulation for Linux Bluetooth protocol stack
67358a06 2Summary(pl.UTF-8): Emulacja HCI dla linuksowego stosu protokołu Bluetooth
cf95b6e5 3Name: bluez-hciemu
4371fb8e 4Version: 1.2
e6134400 5Release: 4
cf95b6e5
JB
6License: GPL v2
7Group: Applications/System
8Source0: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
4371fb8e 9# Source0-md5: 94d99005c3068334387012bf579e0af7
887fcd76 10URL: http://www.bluez.org/
cf95b6e5
JB
11BuildRequires: autoconf
12BuildRequires: automake
b5d43d51 13BuildRequires: bluez-libs-devel >= 2.18
cf95b6e5 14BuildRequires: glib-devel
83f7952b 15BuildRequires: libtool
b5d43d51 16Requires: bluez-libs >= 2.18
cf95b6e5
JB
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20HCI Emulation for Linux Bluetooth protocol stack.
21
04062420
JR
22%description -l pl.UTF-8
23Emulacja HCI dla linuksowego stosu protokołu Bluetooth.
cf95b6e5
JB
24
25%prep
26%setup -q
cf95b6e5
JB
27
28%build
83f7952b 29%{__libtoolize}
cf95b6e5
JB
30%{__aclocal}
31%{__autoconf}
32%{__automake}
33%configure
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43rm -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.075083 seconds and 4 git commands to generate.