Name: perl-Crypt-URandom-Token Version: 0.003 Release: 1%{?dist} Summary: Generate secure strings for passwords, secrets and similar License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/dist/Crypt-URandom-Token Source0: https://cpan.metacpan.org/authors/id/S/ST/STIGTSP/Crypt-URandom-Token-%{version}.tar.gz BuildArch: noarch BuildRequires: coreutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time BuildRequires: perl(Carp) BuildRequires: perl(Crypt::URandom) BuildRequires: perl(Exporter) # Tests BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(utf8) %description This module provides a secure way to generate a random token for passwords and similar using Crypt::URandom as the source of random bits. %prep %setup -q -n Crypt-URandom-Token-%{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 README SECURITY.md shell.nix %license LICENSE %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Mar 28 2025 Jitka Plesnikova 0.003-1 - Specfile autogenerated by cpanspec 1.78.