]> git.pld-linux.org Git - packages/bluez-qube.git/blob - bluez-qube.spec
- tabs in preamble
[packages/bluez-qube.git] / bluez-qube.spec
1 Summary:        ACL and L2CAP session handlers
2 Summary(pl.UTF-8):      Obsługa sesji ACL i L2CAP
3 Name:           bluez-qube
4 Version:        0.1
5 Release:        3
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  7b8d01c926ebfe98a1c5554a2a06fe20
10 Patch0:         %{name}-opt.patch
11 URL:            http://www.bluez.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  bluez-libs-devel
15 BuildRequires:  libtool
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 ACL and L2CAP session handlers.
20
21 %description -l pl.UTF-8
22 Obsługa sesji ACL i L2CAP.
23
24 %prep
25 %setup -q
26 %patch0 -p1
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 # temporary - programs are noinst now...
40 install -d $RPM_BUILD_ROOT%{_sbindir}
41 install aclsession l2session $RPM_BUILD_ROOT%{_sbindir}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS
49 # docs are just copied from hcidump...
50 #%doc AUTHORS ChangeLog README
51 %attr(755,root,root) %{_sbindir}/*
This page took 0.026128 seconds and 3 git commands to generate.