Bug 1302204 - Review Request: perl-Importer - Alternative interface to modules that export symbols
Summary: Review Request: perl-Importer - Alternative interface to modules that export ...
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: 2016-01-27 07:06 UTC by Petr Pisar
Modified: 2016-01-27 13:42 UTC (History)
2 users (show)

Fixed In Version: perl-Importer-0.012-1.fc24
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-27 13:42:24 UTC
Type: ---
Embargoed:
jplesnik: fedora-review+


Attachments (Terms of Use)

Description Petr Pisar 2016-01-27 07:06:44 UTC
Spec URL: https://ppisar.fedorapeople.org/perl-Importer/perl-Importer.spec
SRPM URL: https://ppisar.fedorapeople.org/perl-Importer/perl-Importer-0.012-1.fc24.src.rpm
Description:
This Perl module acts as a layer between Exporter and modules which consume
exports. It is feature-compatible with Exporter, plus some much needed
extras. You can use this to import symbols from any exporter that follows
Exporters specification. The exporter modules themselves do not need to use
or inherit from the Exporter module, they just need to set @EXPORT and/or
other variables.

Fedora Account System Username: ppisar

Comment 1 Jitka Plesnikova 2016-01-27 09:58:16 UTC
Source file is ok
Summary is ok
License is ok
Description is ok
URL is ok
All tests passed
BuildRequires are ok

$ rpm -qp --requires perl-Importer-0.012-1.fc24.noarch.rpm | sort | uniq -c
      1 perl(:MODULE_COMPAT_5.22.1)
      1 perl(strict)
      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(PayloadIsXz) <= 5.2-1
Binary requires are Ok.

$ rpm -qp --provides perl-Importer-0.012-1.fc24.noarch.rpm | sort | uniq -c
      1 perl(Importer) = 0.012
      1 perl-Importer = 0.012-1.fc24
Binary provides are Ok.

$ rpmlint /perl-Importer*
perl-Importer.src: W: invalid-url Source0: http://www.cpan.org/modules/by-module/Importer/Importer-0.012.tar.gz HTTP Error 404: Not Found
./perl-Importer.spec: W: invalid-url Source0: http://www.cpan.org/modules/by-module/Importer/Importer-0.012.tar.gz HTTP Error 404: Not Found
2 packages and 1 specfiles checked; 0 errors, 2 warnings.

Rpmlint does not contain any error, only warning.

FIX: Invalid Source0 link. It has to be updated.


Please correct 'FIX' issue.

Otherwise package is good.
Approved

Comment 2 Gwyn Ciesla 2016-01-27 13:26:18 UTC
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/perl-Importer

Comment 3 Petr Pisar 2016-01-27 13:42:24 UTC
I fixed the Source0 URL.

Thank you for the review and the repository.


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