]> git.pld-linux.org Git - packages/perl-Crypt-Random.git/blame - perl-Crypt-Random.spec
- converted to UTF-8
[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 5%include /usr/lib/rpm/macros.perl
0d5c2ea5 6%define pdir Crypt
7%define pnam Random
b3d09cb6 8Summary: Crypt::Random - cryptographically secure, true random number generator
63ceaca4 9Summary(pl.UTF-8): Crypt::Random - bezpieczny kryptograficznie, prawdziwy generator liczb losowych
3c95d340 10Name: perl-Crypt-Random
78d0631f 11Version: 1.25
7fc1ac96 12Release: 1
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
78d0631f 17# Source0-md5: 5730c9d5acdd698790216d354ffb0513
4c36e404 18Patch0: %{name}-no_Class_Loader.patch
1d8e2fca 19%if %{with tests}
7615c4eb 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 33
63ceaca4
JR
34%description -l pl.UTF-8
35Moduł Perla Crypt::Random stanowi interfejs do urządzenia /dev/random
36znajdującego się w większości współczesnych systemów uniksowych.
37Sterownik /dev/random gromadzi szum pochodzący z różnych
38niedeterministycznych źródeł, włączając w to: przebiegi czasowe
39klawiatury i przerwań występujące w systemie operacyjnym.
3c95d340
GS
40
41%prep
42%setup -q -n %{pdir}-%{pnam}-%{version}
4c36e404 43%patch0 -p1
3c95d340
GS
44
45%build
a4652ac2 46%{__perl} Makefile.PL \
82b46ca6 47 INSTALLDIRS=vendor
3c95d340
GS
48%{__make}
49
1d8e2fca 50%{?with_tests:%{__make} test}
b3d09cb6 51
3c95d340
GS
52%install
53rm -rf $RPM_BUILD_ROOT
54
1d8e2fca 55%{__make} install \
56 DESTDIR=$RPM_BUILD_ROOT
3c95d340 57
3c95d340
GS
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(644,root,root,755)
7615c4eb
JB
63%doc Changes README
64%attr(755,root,root) %{_bindir}/*
a4652ac2 65%{perl_vendorlib}/Crypt/Random.pm
66%{perl_vendorlib}/Crypt/Random
67#%%{perl_vendorlib}/Crypt/Random/Generator.pm
3c95d340 68%{_mandir}/man3/*
This page took 0.063973 seconds and 4 git commands to generate.