Author: adamg Date: Sat Jan 6 19:52:57 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: distrrtgen.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/distrrtgen.spec diff -u /dev/null SPECS/distrrtgen.spec:1.1 --- /dev/null Sat Jan 6 20:52:57 2007 +++ SPECS/distrrtgen.spec Sat Jan 6 20:52:50 2007 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +Summary: Distributed rainbow table generation client +Summary(pl): Klient projektu rozproszonego generowaia tablic rainbow +Name: distrrtgen +Version: 2.0 +Release: 0.1 +License: As-is +Group: Applications +Source0: http://www.freerainbowtables.com/distrrtgen/client/%{name}-%{version}-src.zip +# Source0-md5: f9c342cd4d822911352cfa066c5d1a42 +URL: http://www.freerainbowtables.com/ +BuildRequires: libstdc++-devel +BuildRequires: openssl-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +DistrRTgen is a Distributed Rainbow Table Generation client. The goal +was to enable community to contribute to the generation of Rainbow +Tables as much or as little as suited them, and without having to +create whole particular tables. Distributed computing makes this +possible. + +%description -l pl +DistrRTgen to klient projektu Distributed rainbow Table Generation. +Celem jest ułatwienie społeczności sposóbów na wsparcie projektu +poprzez generowanie tablic rainbow w sposób im wygodny, bez potrzeby +tworzenia kompletnych tablic. Liczenie rozproszone sprawia, że jest to +możliwe. + +%prep +%setup -q -c + +%build +%{__make} \ + CXX="%{__cxx}" \ + CXXFLAGS="%{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} +install %{name} $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc disclaimer.txt README.txt distrrtgen.conf charset.txt +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/01/06 19:52:50 adamg +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
