Bug 1506995 - Review Request: perl-Net-MQTT-Simple - Minimal MQTT version 3 interface
Summary: Review Request: perl-Net-MQTT-Simple - Minimal MQTT version 3 interface
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jitka Plesnikova
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-10-27 11:29 UTC by Dave Olsthoorn
Modified: 2017-10-31 09:16 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-10-31 09:16:53 UTC
Type: ---
Embargoed:
jplesnik: fedora-review+


Attachments (Terms of Use)

Description Dave Olsthoorn 2017-10-27 11:29:33 UTC
Spec URL: https://daveo.fedorapeople.org/review/perl-Net-MQTT-Simple/1.21-1/perl-Net-MQTT-Simple.spec
SRPM URL: https://daveo.fedorapeople.org/review/perl-Net-MQTT-Simple/1.21-1/perl-Net-MQTT-Simple-1.21-1.fc28.src.rpm
Description: A simple MQTT library for perl with no dependencies except core ones.
Fedora Account System Username: daveo

Comment 1 Dave Olsthoorn 2017-10-27 11:31:16 UTC
Koji scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=22726977

Comment 2 Jitka Plesnikova 2017-10-30 09:16:13 UTC
Source file is ok
Summary is ok
License is ok
Description is ok
URL and Source0 are ok
All tests passed

$ rpm -qp --requires perl-Net-MQTT-Simple-1.21-1.fc28.noarch.rpm | sort | uniq -c
      1 perl(base)
      1 perl(Getopt::Long)
      1 perl(IO::Socket::SSL)
      1 perl(:MODULE_COMPAT_5.26.1)
      1 perl(Net::MQTT::Simple)
      1 perl(Net::MQTT::Simple::SSL)
      1 perl(strict)
      1 rpmlib(CompressedFileNames) <= 3.0.4-1
      1 rpmlib(FileDigests) <= 4.6.0-1
      1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
      1 rpmlib(PayloadIsXz) <= 5.2-1
      1 /usr/bin/perl
Binary requires are almost Ok.
FIX: One of the module from IO::Socket::IP or IO::Socket::INET, should be
     listed in run-requires. Prefer IO::Socket::IP over IO::Socket::INET.
     - lib/Net/MQTT/Simple.pm: 19-22


$ rpm -qp --provides perl-Net-MQTT-Simple-1.21-1.fc28.noarch.rpm | sort | uniq -c
      1 perl(Net::MQTT::Simple) = 1.21
      1 perl-Net-MQTT-Simple = 1.21-1.fc28
      1 perl(Net::MQTT::Simple::SSL)
Binary provides are Ok.

$ rpmlint ./perl-Net-MQTT-Simple*
2 packages and 1 specfiles checked; 0 errors, 0 warnings.
Rpmlint is ok

BuildRequires
FIX:
    - If you want to use option NO_PACKLIST=1, please add version constrain
      to ExtUtils::MakeMaker >= 6.76
    - add BR 'make', it is used in spec file
    - add BR perl(strict), it is used in t/regex.t
    - add BR one of the modules IO::Socket::IP or IO::Socket::INET.

TODO: Please replace PERL_INSTALL_ROOT with more common DESTDIR.
TODO: You can replace 'chmod -R u+w %{buildroot}/*' by macro '%{_fixperms} %{buildroot}'


Please correct all 'FIX' issues and consider fixing 'TODO' items and
provide new spec file.

Package is not approved.

Comment 4 Jitka Plesnikova 2017-10-30 13:43:43 UTC
It looks fine now.

Approved.

Comment 5 Dave Olsthoorn 2017-10-30 14:28:36 UTC
scm request pending: https://pagure.io/releng/fedora-scm-requests/issue/2517

Comment 6 Gwyn Ciesla 2017-10-30 23:46:55 UTC
(fedrepo-req-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/perl-Net-MQTT-Simple


Note You need to log in before you can comment on or make changes to this bug.