]> git.pld-linux.org Git - packages/FinalSolution.git/blob - FinalSolution.spec
- quote %{__cc} / %{__cxx}
[packages/FinalSolution.git] / FinalSolution.spec
1 Summary:        A distrubuted, multithreaded, multiprotocol password cracker
2 Summary(pl):    Rozproszony, wielow±tkowy, wieloprotoko³owy ³amacz hase³
3 Name:           FinalSolution
4 Version:        0.2
5 Release:        0.9
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/finalsolution/%{name}-%{version}.tar.gz
9 # Source0-md5:  229f1ef5852a75d5a48c07c67306416c
10 URL:            http://finalsolution.sourceforge.net/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 FinalSolution is a network administrator's tool to check the strength
15 of network passwords. This is done by trying to crack the server you
16 want to test. FinalSolution is multithreaded - i.e., it makes many
17 simultaneous connections to the test server in order to optimize the
18 bandwidth usage. It is also distributed, which means you can make the
19 test from many computers to a single server. It could be useful in
20 some cases when the test server has more bandwidth than you. Using
21 distributed cracking helps optimize the bandwidth usage in the
22 server's side.
23
24 %description -l pl
25 FinalSolution to narzêdzie administratora sieci s³u¿±ce do sprawdzania
26 jako¶ci hase³. Robi to próbuj±c z³amaæ serwer, który chcemy
27 przetestowaæ. FinalSolution jest wielow±tkowy - czyli tworzy wiele
28 jednoczesnych po³±czeñ do testowanego serwera, aby zoptymalizowaæ
29 wykorzystanie pasma. Jest tak¿e rozproszony, co oznacza, ¿e mo¿na
30 testowaæ pojedynczy serwer z wielu komputerów. Mo¿e to byæ przydatne,
31 kiedy testowany serwer ma lepsze ³±cze od nas. U¿ycie ³amania
32 rozproszonego pomaga zoptymalizowaæ wykorzystanie pasma po stronie
33 serwera.
34
35 %prep
36 %setup -q
37
38 %build
39 %{__make} \
40         CC="%{__cxx}" \
41         CFLAGS="%{rpmcflags} -Wall -Wno-deprecated -c -Isrc/Include" \
42         DEBUG=""
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_bindir}
47
48 install finalsolution $RPM_BUILD_ROOT%{_bindir}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog NEWS README TODO
56 %attr(755,root,root) %{_bindir}/*
This page took 0.081492 seconds and 3 git commands to generate.