]> git.pld-linux.org Git - packages/bluez-utils.git/blame - bluez-utils.spec
- from RH
[packages/bluez-utils.git] / bluez-utils.spec
CommitLineData
e1d036a5
AF
1Summary: Bluetooth utilities
2Name: bluez-utils
3Version: 2.2
4Release: 2
5Copyright: GPL
6Group: Applications/System
7Source: http://bluez.sourceforge.net/%{name}-%{version}.tar.gz
8Patch: bluez-utils-build.patch
9BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
10URL: http://bluez.sourceforge.net
11BuildRequires: bluez-libs-devel >= 2.0
12ExcludeArch: s390 s390x
13
14%description
15Bluetooth utilities (bluez-utils):
16 - hcitool
17 - hciattach
18 - hciconfig
19 - hcid
20 - l2ping
21 - start scripts (RedHat)
22 - pcmcia configuration files
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
31%patch -p1
32
33%build
34%configure --with-bluez-libs=%{_libdir}
35make
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -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.037325 seconds and 4 git commands to generate.