Name: btscanner Version: 2.1 Release: 1%{?dist} Summary: Extracts information from a Bluetooth device without pairing Group: Applications/Internet License: GPLv2+ URL: http://www.pentest.co.uk Source0: http://www.pentest.co.uk/src/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml2-devel BuildRequires: bluez-libs-devel BuildRequires: ncurses-devel %description btscanner is a tool designed specifically to extract as much information as possible from a Bluetooth device without the requirement to pair. A detailed information screen extracts HCI and SDP information, and maintains an open connection to monitor the RSSI and link quality. btscanner is based on the BlueZ Bluetooth stack, which is included with recent Linux kernels, and the BlueZ toolset. btscanner also contains a complete listing of the IEEE OUI numbers and class lookup tables. Using the information gathered from these sources it is possible to make educated guesses as to the host device type. %prep %setup -q -n %{rname} %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL="install -p" %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README TODO USAGE %config(noreplace) %{_sysconfdir}/%{name}.xml %{_bindir}/%{name} %{_datadir}/%{name}/ %{_datadir}/xml/%{name}/ %changelog * Sat Dec 27 2008 Fabian Affolter - 2.1-1 - Initial package for Fedora