]> git.pld-linux.org Git - packages/FinalSolution.git/commitdiff
- initial. works :D
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 15 Apr 2004 11:48:54 +0000 (11:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    FinalSolution.spec -> 1.1

FinalSolution.spec [new file with mode: 0644]

diff --git a/FinalSolution.spec b/FinalSolution.spec
new file mode 100644 (file)
index 0000000..0952a86
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       A distrubuted, multithreaded, multiprotocol password cracker
+Name:          FinalSolution
+Version:       0.2
+Release:       0.9
+License:       GPL v2
+Group:         Applications
+Source0:       http://dl.sourceforge.net/finalsolution/%{name}-%{version}.tar.gz
+# Source0-md5: 229f1ef5852a75d5a48c07c67306416c
+URL:           http://finalsolution.sourceforge.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FinalSolution is a network administrator's tool to check the strength
+of network passwords. This is done by trying to crack the server you
+want to test. FinalSolution is multithreaded--i.e., it makes many
+simultaneous connections to the test server in order to optimize the
+bandwidth usage. It is also distributed, which means you can make the
+test from many computers to a single server. It could be useful in
+some cases when the test server has more bandwidth than you. Using
+distributed cracking helps optimize the bandwidth usage in the
+server's side.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CC=%{__cxx} \
+       CFLAGS="%{rpmcflags} -Wall -Wno-deprecated -c -Isrc/Include" \
+       DEBUG=""
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install finalsolution $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
This page took 0.083892 seconds and 4 git commands to generate.