Name: perl-Data-Password-Meter Version: 0.10 Release: 1%{?dist} Summary: Check the strength of passwords License: MIT Group: Development/Libraries URL: https://search.cpan.org/dist/Data-Password-Meter/ Source0: https://www.cpan.org/authors/id/A/AK/AKRON/Data-Password-Meter-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl-interpreter >= 0:5.010001 BuildRequires: perl-generators BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl(bytes) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) BuildRequires: perl(Test::More) BuildRequires: perl(utf8) BuildRequires: perl(warnings) Requires: perl(bytes) Requires: perl(strict) Requires: perl(utf8) Requires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description Check the strength of a password. The scoring is based on Passwordmeter by Steve Moitozo. %prep %setup -q -n Data-Password-Meter-%{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 Changes LICENSE META.json %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Jan 31 2023 yaroslav@fedevych.name 0.10-1 - Specfile autogenerated by cpanspec 1.78.