[Bug 2111647] Review Request: perl-HTTP-Easy - HTTP helpers for Perl

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=2111647



--- Comment #1 from Petr Pisar <ppisar@xxxxxxxxxx> ---
URL and Source0 addresses are Ok.
Source0 archive (SHA512:
887fa8f112270ee008aa1cfae6d7de6600b7fe1be8b94aece840248c1c4ecf2daa2c68eb94866689ab55318a5bcec5534baa04f46ec4e470015a503a770969e2)
is original. Ok.
Summary is Ok.
Description is Ok.
TODO: Capitalize "perl" in the description. This in used in a sense of the
programming language.

License verified from README and lib/HTTP/Easy.pm.
FIX: We have new licensing guidelines. Please write a license tag value in SPDX
syntax
<https://docs.fedoraproject.org/en-US/legal/license-field/#_perl_packages>
(perl-HTTP-Easy.spec:5).

No XS code, noarch BuildArch is Ok.
TODO: Constrain 'BuildeRequire: perl(ExtUtils::MakeMaker)' with '>= 6.76'
because of Makefile.PL arguments (perl-HTTP-Easy.spec:15).
TODO: Replace '%{__perl}' macro with a plain 'perl' command
(perl-HTTP-Easy.spec:26).
FIX: Build-require 'coreutils' (perl-HTTP-Easy.spec:40).

TODO: Build-require 'perl(:VERSION) >= 5.8.8' (Makefile.PL:1).
TODO: Unset 'AUTHOR' environment variable before executing Makefile.PL to
prevent from loading CPAN::Meta accidentally (Makefile.PL:4).

Test::Pod::Coverage, Pod::Coverage, Test::Pod are not used. Ok.
HTTP::Easy::Headers::XS and HTTP::Easy::Cookies::XS do not exist. No need for
soft-requiring them. Ok.

All tests pass. Ok.

$ rpmlint perl-HTTP-Easy.spec ../SRPMS/perl-HTTP-Easy-0.02-1.fc37.src.rpm
../RPMS/noarch/perl-HTTP-Easy-0.02-1.fc37.noarch.rpm 
======================================== rpmlint session starts
=======================================
rpmlint: 2.2.0
configuration:
    /usr/lib/python3.11/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/licenses.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
checks: 32, packages: 3

========= 2 packages and 1 specfiles checked; 0 errors, 0 warnings, 0 badness;
has taken 0.2 s ========
rpmlint is Ok.

$ rpm -q -lv -p ../RPMS/noarch/perl-HTTP-Easy-0.02-1.fc37.noarch.rpm           
 drwxr-xr-x    2 root     root                        0 Aug  4 14:53
/usr/share/doc/perl-HTTP-Easy
-rw-r--r--    1 root     root                      109 Jul 18  2013
/usr/share/doc/perl-HTTP-Easy/Changes
-rw-r--r--    1 root     root                     1000 Jul 18  2013
/usr/share/doc/perl-HTTP-Easy/README
-rw-r--r--    1 root     root                     1586 Aug  4 14:52
/usr/share/man/man3/HTTP::Easy.3pm.gz
drwxr-xr-x    2 root     root                        0 Aug  4 14:53
/usr/share/perl5/vendor_perl/HTTP
drwxr-xr-x    2 root     root                        0 Aug  4 14:53
/usr/share/perl5/vendor_perl/HTTP/Easy
-rw-r--r--    1 root     root                     1080 Jul 18  2013
/usr/share/perl5/vendor_perl/HTTP/Easy.pm
drwxr-xr-x    2 root     root                        0 Aug  4 14:53
/usr/share/perl5/vendor_perl/HTTP/Easy/Cookies
-rw-r--r--    1 root     root                      263 Jul 18  2013
/usr/share/perl5/vendor_perl/HTTP/Easy/Cookies.pm
-rw-r--r--    1 root     root                     4109 Jul 18  2013
/usr/share/perl5/vendor_perl/HTTP/Easy/Cookies/PP.pm
drwxr-xr-x    2 root     root                        0 Aug  4 14:53
/usr/share/perl5/vendor_perl/HTTP/Easy/Headers
-rw-r--r--    1 root     root                      263 Jul 18  2013
/usr/share/perl5/vendor_perl/HTTP/Easy/Headers.pm
-rw-r--r--    1 root     root                     1234 Jul 18  2013
/usr/share/perl5/vendor_perl/HTTP/Easy/Headers/PP.pm
-rw-r--r--    1 root     root                     1937 Jul 18  2013
/usr/share/perl5/vendor_perl/HTTP/Easy/Status.pm
-rw-r--r--    1 root     root                     1009 Jul 18  2013
/usr/share/perl5/vendor_perl/HTTP/Easy/URI.pm
File layout and permissions are Ok.

$ rpm -q --requires -p ../RPMS/noarch/perl-HTTP-Easy-0.02-1.fc37.noarch.rpm |
sort -f | uniq -c
      1 perl(:MODULE_COMPAT_5.36.0)
      1 perl(base)
      1 perl(Exporter)
      1 perl(Scalar::Util)
      1 perl(strict)
      1 perl(Time::Local)
      1 perl(warnings)
      1 rpmlib(CompressedFileNames) <= 3.0.4-1
      1 rpmlib(FileDigests) <= 4.6.0-1
      1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
      1 rpmlib(PayloadIsZstd) <= 5.4.18-1
Binary requires are Ok.

$ rpm -q --provides -p ../RPMS/noarch/perl-HTTP-Easy-0.02-1.fc37.noarch.rpm |
sort -f | uniq -c
      1 perl(HTTP::Easy) = 0.02
      1 perl(HTTP::Easy::Cookies)
      1 perl(HTTP::Easy::Cookies::PP)
      1 perl(HTTP::Easy::Headers)
      1 perl(HTTP::Easy::Headers::PP)
      1 perl(HTTP::Easy::Status)
      1 perl(HTTP::Easy::URI)
      1 perl-HTTP-Easy = 0.02-1.fc37
Binary provides are Ok.

$ resolvedeps rawhide ../RPMS/noarch/perl-HTTP-Easy-0.02-1.fc37.noarch.rpm 
Binary dependencies are resolvable. Ok.

The package builds in Fedora 37
(https://koji.fedoraproject.org/koji/taskinfo?taskID=90465393). Ok.

Otherwise the package is in line with Fedora and Perl packaging guidelines.
Please correct the 'FIX' items, consider fixing 'TODO' items, and provide a new
spec file.
Resolution: Package NOT approved.


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2111647
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux