Bug 2010688
| Summary: | Review Request: perl-Math-Random-MT - Perl module for the Mersenne Twister PRNG | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Shlomi Fish <shlomif> |
| Component: | Package Review | Assignee: | Jitka Plesnikova <jplesnik> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | jplesnik, package-review |
| Target Milestone: | --- | Flags: | jplesnik:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-10-14 10:55:30 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Shlomi Fish
2021-10-05 11:02:28 UTC
Source file is ok
Summary is ok
License is ok
Description is ok
URL is ok
FIX: Please switch source from search.cpan.org to metacpan.org
https://cpan.metacpan.org/authors/id/F/FA/FANGLY/Math-Random-MT-%{version}.tar.gz
All tests passed
FIX: Please add following build-requires:
perl(Carp) - MT.pm:4
perl(DynaLoader) - MT.pm:5
perl(strict) - MT.pm:3
perl(vars) - MT.pm:6
perl(Benchmark) - t/9.t:3
$ rpm -qp --requires perl-Math-Random-MT-1.17-1.fc36.x86_64.rpm | sort | uniq -c | grep -v rpmlib
1 libc.so.6()(64bit)
1 libc.so.6(GLIBC_2.2.5)(64bit)
1 libc.so.6(GLIBC_2.34)(64bit)
1 libperl.so.5.34()(64bit)
1 perl(Carp)
1 perl(DynaLoader)
1 perl(:MODULE_COMPAT_5.34.0)
1 perl(strict)
1 perl(vars)
1 rtld(GNU_HASH)
Binary requires are Ok.
$ rpm -qp --provides perl-Math-Random-MT-1.17-1.fc36.x86_64.rpm | sort | uniq -c
1 perl(Math::Random::MT) = 1.17
1 perl-Math-Random-MT = 1.17-1.fc36
1 perl-Math-Random-MT(x86-64) = 1.17-1.fc36
Binary provides are Ok.
$ rpmlint ./perl-Math-Random-MT*
perl-Math-Random-MT.src: W: spelling-error %description -l en_US pseudorandom -> pseudo random, pseudo-random, pseudonymous
perl-Math-Random-MT.src: W: spelling-error %description -l en_US www -> WWW, wow
perl-Math-Random-MT.src: W: spelling-error %description -l en_US keio -> keno
perl-Math-Random-MT.src: W: spelling-error %description -l en_US jp -> JP, dip, hp
perl-Math-Random-MT.src: W: spelling-error %description -l en_US nisimura -> simulacra
perl-Math-Random-MT.src: W: spelling-error %description -l en_US ps -> PS, pa, pd
perl-Math-Random-MT.src: W: spelling-error %description -l en_US modelling -> modeling, model ling, model-ling
perl-Math-Random-MT.x86_64: W: spelling-error %description -l en_US pseudorandom -> pseudo random, pseudo-random, pseudonymous
perl-Math-Random-MT.x86_64: W: spelling-error %description -l en_US www -> WWW, wow
perl-Math-Random-MT.x86_64: W: spelling-error %description -l en_US keio -> keno
perl-Math-Random-MT.x86_64: W: spelling-error %description -l en_US jp -> JP, dip, hp
perl-Math-Random-MT.x86_64: W: spelling-error %description -l en_US nisimura -> simulacra
perl-Math-Random-MT.x86_64: W: spelling-error %description -l en_US ps -> PS, pa, pd
perl-Math-Random-MT.x86_64: W: spelling-error %description -l en_US modelling -> modeling, model ling, model-ling
2 packages and 1 specfiles checked; 0 errors, 14 warnings.
Rpmlint is ok
FIX: Please remove obsolete Group tag
FIX: Please add the version restriction for perl(ExtUtils::MakeMaker) to
6.76 or higher, because NO_PACKLIST option was added in this version.
TODO: Remove the deleting empty directories in %install section. This is
default behavior for Fedoras.
TODO: Removing *.bs file could be simplyfied
find %{buildroot} -type f -name '*.bs' -empty -delete
Otherwise the package is in line with Fedora and Perl packaging guide lines.
Please correct all 'FIX' items, consider fixing 'TODO' items and provide a new spec file.
Resolution:
Not Approved
(In reply to Jitka Plesnikova from comment #1) > Source file is ok > Summary is ok > License is ok > Description is ok > URL is ok > > FIX: Please switch source from search.cpan.org to metacpan.org > > https://cpan.metacpan.org/authors/id/F/FA/FANGLY/Math-Random-MT-%{version}. > tar.gz > > All tests passed > > FIX: Please add following build-requires: > perl(Carp) - MT.pm:4 > perl(DynaLoader) - MT.pm:5 > perl(strict) - MT.pm:3 > perl(vars) - MT.pm:6 > perl(Benchmark) - t/9.t:3 > > $ rpm -qp --requires perl-Math-Random-MT-1.17-1.fc36.x86_64.rpm | sort | > uniq -c | grep -v rpmlib > 1 libc.so.6()(64bit) > 1 libc.so.6(GLIBC_2.2.5)(64bit) > 1 libc.so.6(GLIBC_2.34)(64bit) > 1 libperl.so.5.34()(64bit) > 1 perl(Carp) > 1 perl(DynaLoader) > 1 perl(:MODULE_COMPAT_5.34.0) > 1 perl(strict) > 1 perl(vars) > 1 rtld(GNU_HASH) > Binary requires are Ok. > > $ rpm -qp --provides perl-Math-Random-MT-1.17-1.fc36.x86_64.rpm | sort | > uniq -c > 1 perl(Math::Random::MT) = 1.17 > 1 perl-Math-Random-MT = 1.17-1.fc36 > 1 perl-Math-Random-MT(x86-64) = 1.17-1.fc36 > Binary provides are Ok. > > $ rpmlint ./perl-Math-Random-MT* > perl-Math-Random-MT.src: W: spelling-error %description -l en_US > pseudorandom -> pseudo random, pseudo-random, pseudonymous > perl-Math-Random-MT.src: W: spelling-error %description -l en_US www -> WWW, > wow > perl-Math-Random-MT.src: W: spelling-error %description -l en_US keio -> keno > perl-Math-Random-MT.src: W: spelling-error %description -l en_US jp -> JP, > dip, hp > perl-Math-Random-MT.src: W: spelling-error %description -l en_US nisimura -> > simulacra > perl-Math-Random-MT.src: W: spelling-error %description -l en_US ps -> PS, > pa, pd > perl-Math-Random-MT.src: W: spelling-error %description -l en_US modelling > -> modeling, model ling, model-ling > perl-Math-Random-MT.x86_64: W: spelling-error %description -l en_US > pseudorandom -> pseudo random, pseudo-random, pseudonymous > perl-Math-Random-MT.x86_64: W: spelling-error %description -l en_US www -> > WWW, wow > perl-Math-Random-MT.x86_64: W: spelling-error %description -l en_US keio -> > keno > perl-Math-Random-MT.x86_64: W: spelling-error %description -l en_US jp -> > JP, dip, hp > perl-Math-Random-MT.x86_64: W: spelling-error %description -l en_US nisimura > -> simulacra > perl-Math-Random-MT.x86_64: W: spelling-error %description -l en_US ps -> > PS, pa, pd > perl-Math-Random-MT.x86_64: W: spelling-error %description -l en_US > modelling -> modeling, model ling, model-ling > 2 packages and 1 specfiles checked; 0 errors, 14 warnings. > Rpmlint is ok > > FIX: Please remove obsolete Group tag > > FIX: Please add the version restriction for perl(ExtUtils::MakeMaker) to > 6.76 or higher, because NO_PACKLIST option was added in this version. > > TODO: Remove the deleting empty directories in %install section. This is > default behavior for Fedoras. > > TODO: Removing *.bs file could be simplyfied > find %{buildroot} -type f -name '*.bs' -empty -delete > > Otherwise the package is in line with Fedora and Perl packaging guide lines. > > Please correct all 'FIX' items, consider fixing 'TODO' items and provide a > new spec file. > Thanks, Jitka! Corrected spec at the same url: https://www.shlomifish.org/Files/files/code/perl-Math-Random-MT.spec . (I also amended https://metacpan.org/pod/CPANPLUS::Dist::Fedora itself.) > Resolution: > Not Approved > FIX: Please switch source from search.cpan.org to metacpan.org -Source: http://search.cpan.org/CPAN/authors/id/F/FA/FANGLY/Math-Random-MT-%{version}.tar.gz +Source: https://cpan.metacpan.org/authors/id/F/FA/FANGLY/Math-Random-MT-%{version}.tar.gz Ok > FIX: Please add following build-requires: > perl(Carp) - MT.pm:4 > perl(DynaLoader) - MT.pm:5 > perl(strict) - MT.pm:3 > perl(vars) - MT.pm:6 > perl(Benchmark) - t/9.t:3 -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Benchmark) +BuildRequires: perl(Carp) +BuildRequires: perl(DynaLoader) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Number::Delta) +BuildRequires: perl(strict) +BuildRequires: perl(vars) > FIX: Please remove obsolete Group tag -Group: Development/Libraries Ok. > FIX: Please add the version restriction for perl(ExtUtils::MakeMaker) to > 6.76 or higher, because NO_PACKLIST option was added in this version. +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 Ok > TODO: Remove the deleting empty directories in %install section. This is > default behavior for Fedoras. > TODO: Removing *.bs file could be simplyfied > find %{buildroot} -type f -name '*.bs' -empty -delete -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' - +find %{buildroot} -type f -name '*.bs' -empty -delete Ok. Ok. The package is in line with Fedora and Perl packaging guide lines now. Resolution: Approved (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/perl-Math-Random-MT |