]> git.pld-linux.org Git - packages/FinalSolution.git/blame_incremental - FinalSolution.spec
- tabs in preamle
[packages/FinalSolution.git] / FinalSolution.spec
... / ...
CommitLineData
1Summary: A distrubuted, multithreaded, multiprotocol password cracker
2Summary(pl.UTF-8): Rozproszony, wielowątkowy, wieloprotokołowy łamacz haseł
3Name: FinalSolution
4Version: 0.2
5Release: 0.9
6License: GPL v2
7Group: Applications
8Source0: http://dl.sourceforge.net/finalsolution/%{name}-%{version}.tar.gz
9# Source0-md5: 229f1ef5852a75d5a48c07c67306416c
10URL: http://finalsolution.sourceforge.net/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14FinalSolution is a network administrator's tool to check the strength
15of network passwords. This is done by trying to crack the server you
16want to test. FinalSolution is multithreaded - i.e., it makes many
17simultaneous connections to the test server in order to optimize the
18bandwidth usage. It is also distributed, which means you can make the
19test from many computers to a single server. It could be useful in
20some cases when the test server has more bandwidth than you. Using
21distributed cracking helps optimize the bandwidth usage in the
22server's side.
23
24%description -l pl.UTF-8
25FinalSolution to narzędzie administratora sieci służące do sprawdzania
26jakości haseł. Robi to próbując złamać serwer, który chcemy
27przetestować. FinalSolution jest wielowątkowy - czyli tworzy wiele
28jednoczesnych połączeń do testowanego serwera, aby zoptymalizować
29wykorzystanie pasma. Jest także rozproszony, co oznacza, że można
30testować pojedynczy serwer z wielu komputerów. Może to być przydatne,
31kiedy testowany serwer ma lepsze łącze od nas. Użycie łamania
32rozproszonego pomaga zoptymalizować wykorzystanie pasma po stronie
33serwera.
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
45rm -rf $RPM_BUILD_ROOT
46install -d $RPM_BUILD_ROOT%{_bindir}
47
48install finalsolution $RPM_BUILD_ROOT%{_bindir}
49
50%clean
51rm -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.04856 seconds and 4 git commands to generate.