Bug 1304774

Summary: Review Request: perl-Function-Parameters - Subroutine definitions with parameter lists
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: Package ReviewAssignee: Jitka Plesnikova <jplesnik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jplesnik, package-review
Target Milestone: ---Flags: jplesnik: fedora-review+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: perl-Function-Parameters-1.0703-1.fc24 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-10 11:04:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1304705    

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.