]> git.pld-linux.org Git - packages/bluez-qube.git/blob - bluez-qube.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/bluez-qube.git] / bluez-qube.spec
1 Summary:        ACL and L2CAP session handlers
2 Summary(pl):    Obs³uga sesji ACL i L2CAP
3 Name:           bluez-qube
4 Version:        0.1
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-opt.patch
10 URL:            http://bluez.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  bluez-libs-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 ACL and L2CAP session handlers.
18
19 %description -l pl
20 Obs³uga sesji ACL i L2CAP.
21
22 %prep
23 %setup -q
24 %patch0 -p1
25
26 %build
27 %{__aclocal}
28 %{__autoconf}
29 %{__automake}
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 # temporary - programs are noinst now...
37 install -d $RPM_BUILD_ROOT%{_sbindir}
38 install aclsession l2session $RPM_BUILD_ROOT%{_sbindir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS
46 # docs are just copied from hcidump...
47 #%doc AUTHORS ChangeLog README
48 %attr(755,root,root) %{_sbindir}/*
This page took 0.137232 seconds and 3 git commands to generate.