]> git.pld-linux.org Git - packages/perl-Crypt-Random.git/blame - perl-Crypt-Random.spec
- mass commit: cosmetics (removed trailing white spaces)
[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
0ee8bf95 16# Source0-md5: 7e01bb787041c52557698a03fd801098
8831d3b5 17BuildRequires: perl-devel >= 5.6.1
7615c4eb
JB
18BuildRequires: perl-Class-Loader >= 2.00
19BuildRequires: perl-Math-Pari >= 2.001804
a4652ac2 20BuildRequires: rpm-perlprov >= 4.1-13
3c95d340
GS
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
b3d09cb6
JB
25Crypt::Random is an interface module to the /dev/random device found
26on most modern Unix systems. The /dev/random driver gathers
27environmental noise from various non-deterministic sources including
28inter-keyboard timings and inter-interrupt timings that occur within
29the operating system environment.
3c95d340
GS
30
31%description -l pl
b3d09cb6
JB
32