]> git.pld-linux.org Git - packages/perl-Crypt-Random.git/blame_incremental - perl-Crypt-Random.spec
- cosmetics: unification
[packages/perl-Crypt-Random.git] / perl-Crypt-Random.spec
... / ...
CommitLineData
1#
2# Conditional build:
3%bcond_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
13# same as perl
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
17# Source0-md5: 7e01bb787041c52557698a03fd801098
18%if %{with tests}
19BuildRequires: perl-Class-Loader >= 2.00
20BuildRequires: perl-Math-Pari >= 2.001804
21%endif
22BuildRequires: rpm-perlprov >= 4.1-13
23BuildRequires: perl-devel >= 5.6.1
24BuildArch: noarch
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
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.
33
34%description -l pl
35