Bug 1304774 - Review Request: perl-Function-Parameters - Subroutine definitions with parameter lists
Summary: Review Request: perl-Function-Parameters - Subroutine definitions with parame...
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: 1304705
TreeView+ depends on / blocked
 
Reported: 2016-02-04 15:12 UTC by Petr Pisar
Modified: 2016-02-10 11:04 UTC (History)
2 users (show)

Fixed In Version: perl-Function-Parameters-1.0703-1.fc24
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-10 11:04:26 UTC
Type: ---
jplesnik: fedora-review+


Attachments (Terms of Use)

Description Petr Pisar 2016-02-04 15:12:11 UTC
Spec URL: https://ppisar.fedorapeople.org/perl-Function-Parameters/perl-Function-Parameters.spec
SRPM URL: https://ppisar.fedorapeople.org/perl-Function-Parameters/perl-Function-Parameters-1.0703-1.fc24.src.rpm
Description:
This module extends Perl with keywords that let you define functions with
parameter lists. It uses Perl's keyword plugin API, so it works reliably
and doesn't require a source filter.

Fedora Account System Username: ppisar

Comment 1 Jitka Plesnikova 2016-02-08 14:44:02 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-Function-Parameters-1.0703-1.fc24.x86_64.rpm | sort | uniq -c
      1 libc.so.6()(64bit)
      1 libc.so.6(GLIBC_2.2.5)(64bit)
      1 libc.so.6(GLIBC_2.4)(64bit)
      1 libperl.so.5.22()(64bit)
      1 perl(:MODULE_COMPAT_5.22.1)
      1 perl(:VERSION) >= 5.14.0
      1 perl(Carp)
      1 perl(Moo)
      1 perl(Moose::Util::TypeConstraints)
      1 perl(XSLoader)
      1 perl(overload)
      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
      1 rtld(GNU_HASH)

Binary requires are Ok.

$ rpm -qp --provides perl-Function-Parameters-1.0703-1.fc24.x86_64.rpm | sort | uniq -c
      1 perl(Function::Parameters) = 1.0703
      1 perl(Function::Parameters::Info) = 1.0703
      1 perl(Function::Parameters::Param)
      1 perl-Function-Parameters = 1.0703-1.fc24
      1 perl-Function-Parameters(x86-64) = 1.0703-1.fc24

Binary provides are Ok.

$ rpmlint ./perl-Function-Parameters*
2 packages and 1 specfiles checked; 0 errors, 0 warnings.

Rpmlint is ok

BuildRequires 
FIX: Build-require 'perl(warnings)' is listed twice. Please remove it from
     run-time section
FIX: Missing build-require 'gcc'

Please correct all 'FIX' issues.

Otherwise the package looks good.
Approved

Comment 2 Gwyn Ciesla 2016-02-09 17:25:23 UTC
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/perl-Function-Parameters

Comment 3 Petr Pisar 2016-02-10 11:04:26 UTC
I removed the redundant "perl(warnings)" and added the dependency on gcc. Although I think the gcc dependency is not needed because no stdlib header are included and gcc is called by ExtUtils::CBuilder.

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.