Name: perl-Crypt-SysRandom Version: 0.007 Release: 1%{?dist} Summary: Perl interface to system randomness License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/dist/Crypt-SysRandom Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/Crypt-SysRandom-%{version}.tar.gz BuildArch: noarch BuildRequires: coreutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(:VERSION) >= 5.6.0 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time BuildRequires: perl(Carp) BuildRequires: perl(Crypt::SysRandom::XS) BuildRequires: perl(Errno) BuildRequires: perl(Exporter) # Tests BuildRequires: perl(blib) BuildRequires: perl(File::Spec) BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(Test::More) Requires: perl(Crypt::SysRandom::XS) %description This module uses whatever interface is available to procure cryptographically random data from the system. %prep %setup -q -n Crypt-SysRandom-%{version} %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 NO_PACKLIST=1 %{make_build} %install %{make_install} %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes README %license LICENSE %{perl_vendorlib}/Crypt* %{_mandir}/man3/Crypt::SysRandom* %changelog * Mon Aug 11 2025 Jitka Plesnikova - 0.007-1 - Specfile autogenerated by cpanspec 1.78.