%define name sendip %define ver 1.4 Summary: A command line tool to allow sending arbitrary IP packets Name: %name Version: %ver Release: 1 Copyright: GPL Group: Applications/Internet Source: http://www.earth.li/projectpurple/files/%name-%ver.tar.gz URL: http://www.earth.li/projectpurple/progs/sendip.html Vendor: Project Purple Packager: William Stearns BuildRoot: /var/tmp/sendip-root %description A command line tool to send arbitrary IP packets. It has a large number of command line options to specify the content of every header of a RIP, TCP, UDP, ICMP, or raw IPv4 or IPv6 packet. It also allows any data to be added to the packet. Checksums can be calculated automatically, but if you wish to send out wrong checksums, that is supported too. %changelog * Mon Nov 12 2001 William Stearns - minor formatting and rpm fixes * Mon Dec 25 2000 Mike Ricketts - Updated to version 1.4 - RIP default - bugfixes - contrib * Wed Nov 29 2000 Mike Ricketts - Updated to version 1.3 - IPv6, TCP options and other enhancements - Bugfixes - See CHANGES for more details * Sun Oct 22 2000 Mike Ricketts - Updated to version 1.1 - RIP support (Richard Polton) - Bugfixes * Sat Jun 08 2000 Mike Ricketts - Updated to version 1.0 * Mon Apr 10 2000 Mike Ricketts - Minor specfile changes, merged with main sendip release * Thu Apr 06 2000 Devlin Upton - First RPM release. %prep %setup -n %{name} %build mkdir -p $RPM_BUILD_ROOT/usr/bin $RPM_BUILD_ROOT/usr/man/man1 make PREFIX=$RPM_BUILD_ROOT/usr %install make PREFIX=$RPM_BUILD_ROOT/usr install %clean rm -fr $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc README CHANGES LICENSE TODO %doc /usr/man/man1/sendip.1.gz %attr(755,root,root) /usr/bin/sendip