]> git.pld-linux.org Git - packages/FinalSolution.git/blob - FinalSolution.spec
- tabs in preamle
[packages/FinalSolution.git] / FinalSolution.spec
1 Summary:        A distrubuted, multithreaded, multiprotocol password cracker
2 Summary(pl.UTF-8):      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.UTF-8
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.037687 seconds and 3 git commands to generate.