]> git.pld-linux.org Git - packages/distrrtgen.git/blame_incremental - distrrtgen.spec
- tabs in preamble
[packages/distrrtgen.git] / distrrtgen.spec
... / ...
CommitLineData
1Summary: Distributed rainbow table generation client
2Summary(pl.UTF-8): Klient projektu rozproszonego generowania tablic rainbow
3Name: distrrtgen
4Version: 2.1
5Release: 0.1
6License: As-is
7Group: Applications
8Source0: http://www.freerainbowtables.com/distrrtgen/client/%{name}-%{version}-src.zip
9# Source0-md5: 26e6d85a988dea8f08a9362fa94fd763
10URL: http://www.freerainbowtables.com/
11BuildRequires: libstdc++-devel
12BuildRequires: openssl-devel
13BuildRequires: unzip
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17DistrRTgen is a Distributed Rainbow Table Generation client. The goal
18was to enable community to contribute to the generation of Rainbow
19Tables as much or as little as suited them, and without having to
20create whole particular tables. Distributed computing makes this
21possible.
22
23%description -l pl.UTF-8
24DistrRTgen to klient projektu Distributed Rainbow Table Generation.
25Celem jest ułatwienie społeczności sposobów na wsparcie projektu
26poprzez generowanie tablic rainbow w sposób im wygodny, bez potrzeby
27tworzenia kompletnych tablic. Liczenie rozproszone sprawia, że jest to
28możliwe.
29
30%prep
31%setup -q -c
32
33%build
34%{__make} \
35 CXX="%{__cxx}" \
36 CXXFLAGS="%{rpmcflags}"
37
38%install
39rm -rf $RPM_BUILD_ROOT
40install -d $RPM_BUILD_ROOT%{_bindir}
41install %{name} $RPM_BUILD_ROOT%{_bindir}
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc disclaimer.txt README.txt distrrtgen.conf charset.txt
49%attr(755,root,root) %{_bindir}/*
This page took 0.051064 seconds and 4 git commands to generate.