Bug 1197126

Summary: Review Request: perl-Test-Run-CmdLine - Run TAP tests from command line using the Test::Run module
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: Package ReviewAssignee: Petr Šabata <psabata>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: package-review, psabata
Target Milestone: ---Flags: psabata: fedora-review+
gwync: fedora-cvs+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: perl-Test-Run-CmdLine-0.0126-1.fc23 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-05-11 08:17:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1197066    
Bug Blocks:    

Description Petr Pisar 2015-02-27 14:43:18 UTC
Spec URL: https://ppisar.fedorapeople.org/perl-Test-Run-CmdLine/perl-Test-Run-CmdLine.spec
SRPM URL: https://ppisar.fedorapeople.org/perl-Test-Run-CmdLine/perl-Test-Run-CmdLine-0.0126-1.fc23.src.rpm
Description:
These Perl modules allow one to run TAP tests and analyze them from the
command line using the Test::Run module. It provides runprove tool with
command line facilities similar to Test::Harness' prove tool.

Fedora Account System Username: ppisar

Comment 1 Petr Šabata 2015-05-07 13:04:45 UTC
`examples/eumm-and-test-manifest/MyModule/.cvsignore' is write-protected, remove it with --force.

Consider using %{__perl} instead of $(perl -MConfig -e 'print $Config{startperl}').  I think it's way more readable.  Also, if you really want the latter, I suggest moving the perl(Config) build-time dependency from the `Tests' section to line #14.

If you really feel like it, you can package the script and examples as subpackages.  See the first paragraph of https://fedoraproject.org/wiki/Packaging:LicensingGuidelines?rd=Packaging/LicensingGuidelines#Multiple_Licensing_Scenarios


There aren't any real blockers.  Approving.

Comment 2 Petr Pisar 2015-05-07 13:57:02 UTC
New Package SCM Request
=======================
Package Name: perl-Test-Run-CmdLine
Short Description: Run TAP tests from command line using the Test::Run module
Upstream URL: http://search.cpan.org/dist/Test-Run-CmdLine/
Owners: ppisar jplesnik psabata
Branches: 
InitialCC: perl-sig

Comment 3 Gwyn Ciesla 2015-05-08 16:58:39 UTC
Git done (by process-git-requests).

Comment 4 Petr Pisar 2015-05-11 08:17:17 UTC
Thank you for the review and the repository.

I sub-packaged the examples, I added --interactive=never to the rm command, I moved the perl(Config) dependency to build section and I did not use the %__perl because it's a shell command not suitable for shellbang lines (e.g. it contains LD_LIBRARY_PATH variable settings in collections).