]> git.pld-linux.org Git - packages/distrrtgen.git/blame - distrrtgen.spec
- tabs in preamble
[packages/distrrtgen.git] / distrrtgen.spec
CommitLineData
9bb17f80 1Summary: Distributed rainbow table generation client
1b925960 2Summary(pl.UTF-8): Klient projektu rozproszonego generowania tablic rainbow
9bb17f80 3Name: distrrtgen
7f9d0457 4Version: 2.1
9bb17f80
AG
5Release: 0.1
6License: As-is
7Group: Applications
8Source0: http://www.freerainbowtables.com/distrrtgen/client/%{name}-%{version}-src.zip
b7c60a0a 9# Source0-md5: 26e6d85a988dea8f08a9362fa94fd763
9bb17f80
AG
10URL: http://www.freerainbowtables.com/
11BuildRequires: libstdc++-devel
12BuildRequires: openssl-devel
7f9d0457 13BuildRequires: unzip
9bb17f80
AG
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
241bc829 23%description -l pl.UTF-8
09cc3f97 24DistrRTgen to klient projektu Distributed Rainbow Table Generation.
241bc829
JR
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.
9bb17f80
AG
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.079884 seconds and 4 git commands to generate.