%define name netdiscover %define version 0.3beta7 %define subvers 20090204cvs Release: %{subvers}%{?dist} Summary: A network address discovering/monitoring tool Name: %{name} Version: %{version} Source0: %{name}-%{version}.tar.bz2 Source1: update-oui-database.sh License: GPL Group: Networking/Other BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: i586 URL: http://nixgeneration.com/~jaime/netdiscover/ Packager: Franta Hanzlik %description Netdiscover is an active/passive address reconnaissance tool, mainly developed for those wireless networks without dhcp server, when you are wardriving. It can be also used on hub/switched networks. Built on top of libnet and libpcap, it can passively detect online hosts, or search for them, by actively sending arp requests, it can also be used to inspect your network arp traffic, and find network addresses using auto scan mode, which will scan for common local networks. %prep %setup cp %{SOURCE1} . chmod 755 ./update-oui-database.sh ./update-oui-database.sh %build if [ ! -f configure ] then ./autogen.sh fi %configure make %install %makeinstall rm -rf $RPM_BUILD_ROOT/usr/doc %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc ChangeLog README AUTHORS INSTALL NEWS TODO %dir %{_sbindir}/netdiscover %dir %{_mandir} %{_mandir}/* %changelog * Tue May 2 2006 Jaime Peņalba - 0.3beta7-20060502cvs - Modified for RedHat/Fedora * Thu Apr 26 2006 Francis Giraldeau - 0.3beta7-20060404cvs - Correction of installation directories * Mon Mar 27 2006 Francis Giraldeau - 0.3beta6-20060223cvs - Initial writing