]> git.pld-linux.org Git - packages/perl-Crypt-Random.git/blame - perl-Crypt-Random.spec
- turns off using Class::Loader (bad code, causes problems)
[packages/perl-Crypt-Random.git] / perl-Crypt-Random.spec
CommitLineData
f3eb10e9 1#
b3d09cb6 2# Conditional build:
1d8e2fca 3%bcond_without tests # do not perform "make test"
f3eb10e9 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
accad06f 12Release: 3
c1753f43 13# same as perl
14License: GPL v1+ or Artistic
3c95d340 15Group: Development/Languages/Perl
46d819a4 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
0ee8bf95 17# Source0-md5: 7e01bb787041c52557698a03fd801098
1d8e2fca 18%if %{with tests}
7615c4eb
JB
19BuildRequires: perl-Class-Loader >= 2.00
20BuildRequires: perl-Math-Pari >= 2.001804
1d8e2fca 21%endif
a4652ac2 22BuildRequires: rpm-perlprov >= 4.1-13
ab6fe8b4 23BuildRequires: perl-devel >= 1:5.8.0
3c95d340
GS
24BuildArch: noarch
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
b3d09cb6
JB
28Crypt::Random is an interface module to the /dev/random device found
29on most modern Unix systems. The /dev/random driver gathers
30environmental noise from various non-deterministic sources including
31inter-keyboard timings and inter-interrupt timings that occur within
32the operating system environment.
3c95d340
GS
33
34%description -l pl
b3d09cb6
JB
35