# $Revision: 1.3 $, $Date: 2004/12/21 20:30:54 $ Summary: Amap - a next-generation scanning tool Name: amap Version: 5.2 Release: 1 License: GPL Group: Networking Source0: http://thc.org/releases/%{name}-%{version}.tar.gz Patch0: %{name}-destdir.patch Patch1: %{name}-path.patch URL: http://www.thc.org/ #BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Amap is a next-generation scanning tool, which identifies applications and services even if they are not listening on the default port by creating a bogus-communication and analyzing the responses. %prep %setup -q #%patch0 -p1 #%patch1 -p1 %build ./configure %{__make} strip %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ PREFIX=%{_prefix} \ MANDIR=%{_mandir}/man1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc CHANGES README TODO %attr(755,root,root) %{_bindir}/* #%{_mandir}/man1/amap.1* #%{_datadir}/%{name} # Neat! #%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * Sun Apr 30 2006 - Initial import from PLD to ART - update to 5.2 #* %{date} PLD Team #All persons listed below can be reached at @pld-linux.org # #$Log: amap.spec,v $ #Revision 1.3 2004/12/21 20:30:54 luzik # - rel. 1 # #Revision 1.2 2004/12/14 20:15:37 qboosh #- pl fixes # #Revision 1.1 2004/12/11 23:34:05 luzik # ## - initial PLD release