Bug 235954 (perl-Test-use-ok)
| Summary: | Review Request: perl-Test-use-ok - Alternative to Test::More::use_ok | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Chris Weyl <cweyl> |
| Component: | Package Review | Assignee: | Parag AN(पराग) <panemade> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Package Reviews List <fedora-package-review> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | iarnell, paul |
| Target Milestone: | --- | Flags: | panemade:
fedora-review+
gwync: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://search.cpan.org/dist/Test-use-ok/ | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-04-30 20:40:38 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: | |||
| Bug Blocks: | 235960 | ||
|
Description
Chris Weyl
2007-04-11 01:27:29 UTC
Missing: BR: perl(ExtUtils::MakeMaker) BR: perl(Test::More) BR: perl(Test::Harness) (In reply to comment #1) > Missing: > > BR: perl(ExtUtils::MakeMaker) > BR: perl(Test::More) > BR: perl(Test::Harness) So updated (thanks for the catch). Are we at the point now where we should expect to list all module dependencies, including code? (e.g., not just ExtUtils::MakeMaker). SRPM URL: http://home.comcast.net/~ckweyl/perl-Test-use-ok-0.02-2.fc6.src.rpm SPEC URL: http://home.comcast.net/~ckweyl/perl-Test-use-ok.spec (In reply to comment #2) > expect to list all module dependencies, including code? (e.g., not just err, s/code/core/. (In reply to comment #2) > (In reply to comment #1) > > Missing: > > > > BR: perl(ExtUtils::MakeMaker) > > BR: perl(Test::More) > > BR: perl(Test::Harness) > > So updated (thanks for the catch). Are we at the point now where we should > expect to list all module dependencies, including code? (e.g., not just > ExtUtils::MakeMaker). Well, the list above is the result of testing the latest perl packaging (as discussed on perl-devel-list@), which has several modules formerly contained in "perl" split out. I don't know about RH's plans nor whether or when we're going to see this split perl package in Fedora. A side-effect of this split-out is building perl-modules having to explictly BR: those "now/soon to be split-out" modules formerly having been in "perl" they actually use when building. In most cases this is "ExtUtils::MakeMaker", but ins some cases, it is more - This package is one of those case. More generally: Blindly adding "BR: perl(ExtUtils::MakeMaker)" isn't the solution. One has to track down these modules individually. Fortunately, most package bomb out with build-failures pretty hard in a buildsystems carrying the "split perl" package. This package is a prereq of the Catalyst framework. Review: + package builds in mock (development i386). + rpmlint is silent for SRPM and for RPM. + source files match upstream url c49b0bbb37a6764b8b96d9fcef954ba2 Test-use-ok-0.02.tar.gz i+ package meets naming and packaging guidelines. + specfile is properly named, is cleanly written + Spec file is written in American English. + Spec file is legible. + dist tag is present. + build root is correct. + license is open source-compatible. + License text is included in package. + %doc is present. + BuildRequires are proper. + %clean is present. + package installed properly. + Macro use appears rather consistent. + Package contains code, not content. + no headers or static libraries. + no .pc file present. + no -devel subpackage + no .la files. + no translations are available + Does owns the directories it creates. + no scriptlets present. + no duplicates in %files. + file permissions are appropriate. + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01-basic....ok All tests successful. Files=1, Tests=3, 0 wallclock secs ( 0.03 cusr + 0.00 csys = 0.03 CPU) + Provides: perl(Test::use::ok) perl(ok) APPROVED. New Package CVS Request ======================= Package Name: perl-Test-use-ok Short Description: Alternative to Test::More::use_ok Owners: cweyl.edu Branches: FC-5, FC-6, devel InitialCC: fedora-perl-devel-list Imported and building... Thanks for the review! :) Package Change Request ====================== Package Name: perl-Test-use-ok New Branches: el6 Owners: iarnell tremble InitialCC: perl-sig Git done (by process-git-requests). Package Change Request ====================== Package Name: perl-Test-use-ok New Branches: el5 Owners: pghmcfc InitialCC: perl-sig Git done (by process-git-requests). perl-Test-use-ok-0.02-13.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/perl-Test-use-ok-0.02-13.el5 perl-Test-use-ok-0.02-13.el5 has been pushed to the Fedora EPEL 5 stable repository. |