pkg://bluez-hcidump-1.5-3.src.rpm:171088/bluez-hcidump.spec
info downloads
Summary: Bluetooth HCI protocol analyser
Name: bluez-hcidump
Version: 1.5
Release: 3
Copyright: GPL
Group: Applications/System
Source: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
Patch0: bluez-hcidump-1.5-nokernelheaders.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL: http://bluez.sourceforge.net/
Requires: glibc >= 2.2.4
Requires: bluez-libs >= 2.0
BuildRequires: glibc-devel >= 2.2.4
BuildRequires: bluez-libs-devel >= 2.0
ExcludeArch: s390 s390x
%description
Protocol analyser for Bluetooth traffic.
The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
%prep
%setup -q
%patch0 -p1
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc AUTHORS COPYING INSTALL ChangeLog NEWS README
%{_sbindir}/hcidump
%{_mandir}/man8/hcidump.8.gz
%changelog
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Apr 25 2003 David Woodhosue <dwmw2@redhat.com> 1.5-2
- Fix get_unaligned() -- don't abuse kernel headers.
* Thu Apr 24 2003 David Woodhouse <dwmw2@redhat.com>
- Initial build