]> git.pld-linux.org Git - packages/FinalSolution.git/blob - FinalSolution.spec
0952a868dc7e426f17fbbd3e4e79dae073bdab56
[packages/FinalSolution.git] / FinalSolution.spec
1 Summary:        A distrubuted, multithreaded, multiprotocol password cracker
2 Name:           FinalSolution
3 Version:        0.2
4 Release:        0.9
5 License:        GPL v2
6 Group:          Applications
7 Source0:        http://dl.sourceforge.net/finalsolution/%{name}-%{version}.tar.gz
8 # Source0-md5:  229f1ef5852a75d5a48c07c67306416c
9 URL:            http://finalsolution.sourceforge.net/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 FinalSolution is a network administrator's tool to check the strength
14 of network passwords. This is done by trying to crack the server you
15 want to test. FinalSolution is multithreaded--i.e., it makes many
16 simultaneous connections to the test server in order to optimize the
17 bandwidth usage. It is also distributed, which means you can make the
18 test from many computers to a single server. It could be useful in
19 some cases when the test server has more bandwidth than you. Using
20 distributed cracking helps optimize the bandwidth usage in the
21 server's side.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} \
28         CC=%{__cxx} \
29         CFLAGS="%{rpmcflags} -Wall -Wno-deprecated -c -Isrc/Include" \
30         DEBUG=""
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_bindir}
35
36 install finalsolution $RPM_BUILD_ROOT%{_bindir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS ChangeLog NEWS README TODO
44 %attr(755,root,root) %{_bindir}/*
This page took 0.085837 seconds and 2 git commands to generate.