]> git.pld-linux.org Git - packages/bluez-qube.git/blame - bluez-qube.spec
- tabs in preamble
[packages/bluez-qube.git] / bluez-qube.spec
CommitLineData
2bcaee6d 1Summary: ACL and L2CAP session handlers
f89daa18 2Summary(pl.UTF-8): Obsługa sesji ACL i L2CAP
2bcaee6d
JB
3Name: bluez-qube
4Version: 0.1
cfc48876 5Release: 3
2bcaee6d
JB
6License: GPL v2
7Group: Applications/System
8Source0: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
3996ce2d 9# Source0-md5: 7b8d01c926ebfe98a1c5554a2a06fe20
2bcaee6d 10Patch0: %{name}-opt.patch
b01f1b1d 11URL: http://www.bluez.org/
2bcaee6d
JB
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: bluez-libs-devel
0c0c2c30 15BuildRequires: libtool
2bcaee6d
JB
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19ACL and L2CAP session handlers.
20
975da1e9
JR
21%description -l pl.UTF-8
22Obsługa sesji ACL i L2CAP.
2bcaee6d
JB
23
24%prep
25%setup -q
26%patch0 -p1
27
28%build
0c0c2c30 29%{__libtoolize}
2bcaee6d
JB
30%{__aclocal}
31%{__autoconf}
32%{__automake}
33%configure
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39# temporary - programs are noinst now...
40install -d $RPM_BUILD_ROOT%{_sbindir}
41install aclsession l2session $RPM_BUILD_ROOT%{_sbindir}
42
43%clean
44rm -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.038418 seconds and 4 git commands to generate.