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 Review | Assignee: | Petr Šabata <psabata> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | 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
`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.
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 Git done (by process-git-requests). 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). |