]> git.pld-linux.org Git - packages/perl-Crypt-Random.git/blame - perl-Crypt-Random.spec
- merge from RA-branch: up to 1.13, informative descriptions, tests on bcond
[packages/perl-Crypt-Random.git] / perl-Crypt-Random.spec
CommitLineData
b3d09cb6
JB
1#
2# Conditional build:
3# _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
47cc3a4b 16BuildRequires: perl >= 5.6.1
7615c4eb
JB
17BuildRequires: perl-Class-Loader >= 2.00
18BuildRequires: perl-Math-Pari >= 2.001804
a4652ac2 19BuildRequires: rpm-perlprov >= 4.1-13
3c95d340
GS
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
b3d09cb6
JB
24Crypt::Random is an interface module to the /dev/random device found
25on most modern Unix systems. The /dev/random driver gathers
26environmental noise from various non-deterministic sources including
27inter-keyboard timings and inter-interrupt timings that occur within
28the operating system environment.
3c95d340
GS
29
30%description -l pl
b3d09cb6
JB
31