3 Summary: Crypt::DH Perl module - Diffie-Hellman key exchange system implementation
4 Summary(pl.UTF-8): Moduł Perla Crypt::DH - implementacja systemu wymiany kluczy Diffie-Hellman
9 License: GPL v1+ or Artistic
10 Group: Development/Languages/Perl
11 Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5: 5494c91420bf77de4af808fcafb6c3ce
13 URL: http://search.cpan.org/dist/Crypt-DH/
14 BuildRequires: perl-ExtUtils-MakeMaker >= 6.56
15 BuildRequires: perl-Math-BigInt >= 1.60
16 BuildRequires: perl-Math-BigInt-GMP >= 1.24
17 BuildRequires: perl-devel >= 1:5.8.0
18 BuildRequires: rpm-perlprov >= 4.1-13
19 Requires: perl-Math-BigInt >= 1.60
20 Requires: perl-Math-BigInt-GMP >= 1.24
22 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25 Crypt::DH is a Perl implementation of the Diffie-Hellman key exchange
26 system. Diffie-Hellman is an algorithm by which two parties can agree
27 on a shared secret key, known only to them. The secret is negotiated
28 over an insecure network without the two parties ever passing the
29 actual shared secret, or their private keys, between them.
31 %description -l pl.UTF-8
32 Crypt::DH to perlowa implementacja systemu wymiany kluczy
33 Diffie-Hellman. Jest to algorytm, w którym dwie strony mogą zgodzić
34 się na wspólny tajny klucz, znany tylko im. Klucz jest negocjowany po
35 nie zabezpieczonej sieci bez przesyłania właściwego klucza ani
36 prywatnych kluczy między stronami.
39 %setup -q -n %{pdir}-%{pnam}-%{version}
42 %{__perl} Makefile.PL \
47 rm -rf $RPM_BUILD_ROOT
50 DESTDIR=$RPM_BUILD_ROOT
53 rm -rf $RPM_BUILD_ROOT
56 %defattr(644,root,root,755)
57 %doc Changes README ToDo
58 %{perl_vendorlib}/Crypt/DH.pm