Name: perl-Crypt-PW44 Version: 0.14 Release: 1%{?dist} Summary: Perl password generator - generate 44-bit passwords using OPIE dictionary from RFC 1760 License: GPL+ or Artistic Group: Development/Libraries URL: https://search.cpan.org/dist/Crypt-PW44/ Source0: https://www.cpan.org/authors/id/B/BR/BRIAND/Crypt-PW44-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl-interpreter BuildRequires: perl-generators BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Simple) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Exporter) Requires: perl(strict) %{?perl_default_filter} %description This module contains a simple password generator, based on the S/Key calculator (as described in RFC 1760) implemented in Perl. It exports the function generate_password. %prep %setup -q -n Crypt-PW44-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc META.json README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Feb 02 2023 yaroslav@fedevych.name 0.14-1 - Specfile autogenerated by cpanspec 1.78.