Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 7f5dd96ae2485a5280e2944883cb959f > files > 3

packit-1.0-1mdk.src.rpm

%define	name	packit
%define	version	1.0
%define	release	1mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://packit.sourceforge.net/downloads/%{name}-%{version}.tar.bz2
Patch0:		%{name}-0.7.1-update-headers-for-new-libpcap.patch.bz2
URL:		http://packit.sourceforge.net/
License:	GPL
Group:		Monitoring
BuildRequires:	libpcap-devel libnet >= 1.1.2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Summary:	Network Injection And Capture Tool

%description
Packit is a network auditing tool that allows you to monitor,
manipulate, and inject customized IP traffic into your
network. Supporting the ability to define (spoof) all TCP, UDP,
ICMP, IP, ARP, RARP and Ethernet header options, Packit can be
valuable for testing firewalls, intrusion detection systems, port
scanning, simulating network traffic and general TCP/IP auditing.

%prep
%setup -q
%patch0 -p1

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc [A-Z]* docs
%{_mandir}/*/*
%defattr(755,root,root,755)
%{_sbindir}/*

%changelog
* Thu Apr 15 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.0-1mdk
- 1.0

* Tue Mar 02 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 0.7.1-1mdk
- 0.7.1
- fix build against newer libpcap (P0)

* Wed Nov 26 2003 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 0.7-1mdk
- 0.7

* Sun Apr 13 2003 Marcel Pol <mpol@gmx.net> 0.5.0-0.b.2mdk
- buildrequires

* Mon Apr 07 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 0.5.0-0.b.1mdk
- initial mdk release