]> git.pld-linux.org Git - packages/perl-Crypt-Random.git/blame_incremental - perl-Crypt-Random.spec
- mass commit: cosmetics (removed trailing white spaces)
[packages/perl-Crypt-Random.git] / perl-Crypt-Random.spec
... / ...
CommitLineData
1#
2# Conditional build:
3# _without_tests - do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir Crypt
7%define pnam Random
8Summary: Crypt::Random - cryptographically secure, true random number generator
9Summary(pl): Crypt::Random - bezpieczny kryptograficznie, prawdziwy generator liczb losowych
10Name: perl-Crypt-Random
11Version: 1.13
12Release: 2
13License: GPL
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16# Source0-md5: 7e01bb787041c52557698a03fd801098
17BuildRequires: perl-devel >= 5.6.1
18BuildRequires: perl-Class-Loader >= 2.00
19BuildRequires: perl-Math-Pari >= 2.001804
20BuildRequires: rpm-perlprov >= 4.1-13
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
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.
30
31%description -l pl
32