]> git.pld-linux.org Git - packages/bluez-utils.git/blame - bluez-utils.spec
- adapterized
[packages/bluez-utils.git] / bluez-utils.spec
CommitLineData
a397e1f8
AF
1Summary: Bluetooth utilities
2Name: bluez-utils
3Version: 2.2
4Release: 2
5License: GPL
6Group: Applications/System
7Source0: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
8#Patch0: %{name}-build.patch
9BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10URL: http://bluez.sourceforge.net
11BuildRequires: bluez-libs-devel >= 2.0
12ExcludeArch: s390 s390x
e1d036a5
AF
13
14%description
15Bluetooth utilities (bluez-utils):
a397e1f8
AF
16 - hcitool
17 - hciattach
18 - hciconfig
19 - hcid
20 - l2ping
21 - start scripts (RedHat)
22 - pcmcia configuration files
e1d036a5
AF
23
24The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
25
26
27%prep
28rm -rf $RPM_BUILD_ROOT
29
30%setup -q
a397e1f8 31#%patch -p1
e1d036a5
AF
32
33%build
a397e1f8
AF
34%configure2_13 --with-bluez-libs=%{_libdir}
35%{__make}
e1d036a5
AF
36
37%install
38rm -rf $RPM_BUILD_ROOT
a397e1f8 39%{__make} install DESTDIR=$RPM_BUILD_ROOT
e1d036a5
AF
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
a397e1f8 45%defattr(644,root,root,755)
e1d036a5
AF
46%doc AUTHORS COPYING INSTALL ChangeLog NEWS README
47/etc/rc.d/init.d/bluetooth
a397e1f8
AF
48%attr(755,root,root) %{_bindir}/*
49%attr(755,root,root) %{_sbindir}/*
e1d036a5
AF
50%{_mandir}/man*/*
51%dir %{_sysconfdir}/bluetooth/
52%config %{_sysconfdir}/bluetooth/*
53%config %{_sysconfdir}/pcmcia/bluetooth.conf
54%config %{_sysconfdir}/pcmcia/bluetooth
This page took 0.052149 seconds and 4 git commands to generate.