18bd510
Name:           firewalk
18bd510
Version:        5.0
18bd510
Release:        1%{?dist}
18bd510
Summary:        Active reconnaissance network security tool
18bd510
18bd510
Group:          Applications/Internet
18bd510
License:        BSD
18bd510
URL:            http://www.packetfactory.net/projects/firewalk/
18bd510
Source0:        http://www.packetfactory.net/firewalk/dist/%{name}.tar.gz
18bd510
#gcc patch stolen from Dag Wieers, thanks Dag
18bd510
Patch0:         firewalk-5.0-gcc.patch
18bd510
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
18bd510
18bd510
BuildRequires:  libpcap-devel, libdnet-devel, libnet-devel 
18bd510
18bd510
%description
18bd510
Firewalk is an active reconnaissance network security tool that attempts
18bd510
to determine what layer 4 protocols a given IP forwarding device will pass.
18bd510
18bd510
%prep
18bd510
%setup -qn Firewalk
18bd510
%patch0 -p0
18bd510
18bd510
%build
18bd510
%configure
18bd510
make %{?_smp_mflags}
18bd510
18bd510
18bd510
%install
18bd510
rm -rf $RPM_BUILD_ROOT
18bd510
make install DESTDIR=$RPM_BUILD_ROOT
18bd510
18bd510
install -Dp -m 0644 man/firewalk.8 $RPM_BUILD_ROOT%{_mandir}/man8/firewalk.8
18bd510
18bd510
%clean
18bd510
rm -rf $RPM_BUILD_ROOT
18bd510
18bd510
18bd510
%files
18bd510
%defattr(-,root,root,-)
18bd510
%doc BUGS README SOURCE TODO
18bd510
%{_sbindir}/*
18bd510
%{_mandir}/man?/*
18bd510
18bd510
18bd510
18bd510
%changelog
18bd510
* Thu May 03 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 5.0-1
18bd510
- Initial build