michael@0: Summary: Kismet is an 802.11 network sniffer and network dissector. michael@0: Name: kismet michael@0: Version: 2004.03 michael@0: Release: 1 michael@0: Group: Networking/Utilities michael@0: Copyright: GPL michael@0: Url: www.kismetwireless.net michael@0: Source: kismet-%{version}.%{release}.tar.gz michael@0: BuildRoot: %{_tmppath}/%{name}-root michael@0: michael@0: michael@0: %description michael@0: Kismet is an 802.11 layer2 wireless network detector, sniffer, and michael@0: intrusion detection system. Kismet will work with any wireless card which michael@0: supports raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and michael@0: 802.11g traffic. michael@0: michael@0: michael@0: %prep michael@0: %setup -q michael@0: michael@0: michael@0: %build michael@0: %configure michael@0: michael@0: make michael@0: michael@0: michael@0: %install michael@0: rm -rf $RPM_BUILD_ROOT michael@0: michael@0: make DESTDIR=$RPM_BUILD_ROOT/ rpm michael@0: michael@0: michael@0: #%clean michael@0: #rm -rf $RPM_BUILD_ROOT michael@0: michael@0: %files michael@0: %defattr(-,root,root) michael@0: %doc README docs/DEVEL.* michael@0: %config /etc/kismet.conf michael@0: %config /etc/kismet_ui.conf michael@0: %config /etc/kismet_drone.conf michael@0: /etc/ap_manuf michael@0: /etc/client_manuf michael@0: /usr/bin/kismet michael@0: /usr/bin/kismet_client michael@0: /usr/bin/kismet_drone michael@0: %attr(0755,root,root) /usr/bin/kismet_server michael@0: %attr(0755,root,root) /usr/bin/kismet_drone michael@0: /usr/share/kismet/wav/*.wav michael@0: /usr/share/man/man1/gpsmap.1.gz michael@0: /usr/share/man/man1/kismet.1.gz michael@0: /usr/share/man/man1/kismet_drone.1.gz michael@0: /usr/share/man/man5/kismet.conf.5.gz michael@0: /usr/share/man/man5/kismet_ui.conf.5.gz michael@0: /usr/share/man/man5/kismet_drone.conf.5.gz michael@0: michael@0: %changelog michael@0: * Wed Aug 21 2002 Jeremiah Johnson michael@0: - Initial specfile creation. michael@0: * Sat Sep 21 2002 Mike Kershaw michael@0: - Added manuf tag files, additional man files michael@0: * Mon Feb 24 2002 Mike Kershaw michael@0: - Added drone man files and kismet_drone binary michael@0: * Sat Mar 13 2004 Mike Kershaw michael@0: - Updated spec file (finally), removed suid install, updated other info