]> git.pld-linux.org Git - packages/bluez-utils.git/blob - bluez-utils.spec
- from RH
[packages/bluez-utils.git] / bluez-utils.spec
1 Summary: Bluetooth utilities 
2 Name: bluez-utils
3 Version: 2.2
4 Release: 2
5 Copyright: GPL
6 Group: Applications/System
7 Source: http://bluez.sourceforge.net/%{name}-%{version}.tar.gz
8 Patch: bluez-utils-build.patch
9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
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 %configure --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(-, root, root)
46 %doc AUTHORS COPYING INSTALL ChangeLog NEWS README
47 /etc/rc.d/init.d/bluetooth
48 %{_bindir}/*
49 %{_sbindir}/*
50 %{_mandir}/man*/*
51 %dir %{_sysconfdir}/bluetooth/
52 %config %{_sysconfdir}/bluetooth/*
53 %config %{_sysconfdir}/pcmcia/bluetooth.conf
54 %config %{_sysconfdir}/pcmcia/bluetooth
55
56 %changelog
57 * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
58 - rebuilt
59
60 * Sun Jan 19 2003 Matt Wilson <msw@redhat.com> 2.2-1
61 - configure with --with-bluez-libs=%%{_libdir}
62
63 * Fri Jan 17 2003 Bill Nottingham <notting@redhat.com> 2.2-1
64 - adapt upstream rpm
65
66 * Tue Aug 13 2002 Sebastian Frankfurt <sf@infesto.de>
67 - Initial RPM
This page took 0.039395 seconds and 4 git commands to generate.