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