]> git.pld-linux.org Git - packages/perl-Crypt-Random.git/blame - perl-Crypt-Random.spec
- bconded some BRs
[packages/perl-Crypt-Random.git] / perl-Crypt-Random.spec
CommitLineData
1d8e2fca 1
b3d09cb6 2# Conditional build:
1d8e2fca 3%bcond_without tests # do not perform "make test"
4
3c95d340
GS
5%include /usr/lib/rpm/macros.perl
6%define pdir Crypt
7%define pnam Random
b3d09cb6
JB
8Summary: Crypt::Random - cryptographically secure, true random number generator
9Summary(pl): Crypt::Random - bezpieczny kryptograficznie, prawdziwy generator liczb losowych
3c95d340 10Name: perl-Crypt-Random
b3d09cb6 11Version: 1.13
a4652ac2 12Release: 2
3c95d340
GS
13License: GPL
14Group: Development/Languages/Perl
46d819a4 15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
0ee8bf95 16# Source0-md5: 7e01bb787041c52557698a03fd801098
1d8e2fca 17%if %{with tests}
7615c4eb
JB
18BuildRequires: perl-Class-Loader >= 2.00
19BuildRequires: perl-Math-Pari >= 2.001804
1d8e2fca 20%endif
a4652ac2 21BuildRequires: rpm-perlprov >= 4.1-13
1d8e2fca 22BuildRequires: perl-devel >= 5.6.1
3c95d340
GS
23BuildArch: noarch
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
b3d09cb6
JB
27Crypt::Random is an interface module to the /dev/random device found
28on most modern Unix systems. The /dev/random driver gathers
29environmental noise from various non-deterministic sources including
30inter-keyboard timings and inter-interrupt timings that occur within
31the operating system environment.
3c95d340
GS
32
33%description -l pl
b3d09cb6
JB
34