Name: medusa Version: 1.3 Release: 1%{?dist} Summary: A speedy, massively parallel, modular, login brute-forcer Group: Applications/System License: GPL URL: http://www.foofus.net/jmk/medusa/ Source0: http://www.foofus.net/jmk/tools/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel, libpqxx-devel #only depend on ncpfs-devel for f7 and beyond %if "%fedora" >= "7" BuildRequires: ncpfs-devel %endif #BuildRequires: apr-devel BuildRequires: libssh2-devel >= 0.15 %description Medusa is intended to be a speedy, massively parallel, modular, login brute-forcer. The goal is to support as many services which allow remote authentication as possible. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/* %{_libdir}/medusa %{_mandir}/man?/* %changelog * Sun May 06 2007 Sindre Pedersen Bjørdal - 1.3-1 - Initial build