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