Bug 456953
| Summary: | Review Request: ocaml-mikmatch - OCaml extension for pattern matching with regexps | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard W.M. Jones <rjones> |
| Component: | Package Review | Assignee: | Jason Tibbitts <j> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | fedora-package-review, notting |
| Target Milestone: | --- | Flags: | j:
fedora-review+
kevin: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://martin.jambon.free.fr/micmatch.html | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-08-24 10:05:36 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: | 456796 | ||
|
Description
Richard W.M. Jones
2008-07-28 20:55:46 UTC
Now to remember all of that ocaml knowledge I've flushed over the past couple of months.... * source files match upstream: daa5dcb1344979b9e08ac33a61e28d8beb998bcddc247df67b6f3f8b7d7290a5 mikmatch-1.0.0.tar.bz2 * package meets naming and versioning guidelines. * specfile is properly named, is cleanly written and uses macros consistently. * summary is OK. * description is OK. * dist tag is present. * build root is OK. * license field matches the actual license. * license is open source-compatible. * license text included in package. * latest version is being packaged. * BuildRequires are proper. * %clean is present. * package builds in mock (rawhide, x86_64). * package installs properly. * rpmlint is silent. * final provides and requires are sane (listed in the original report). * %check is not present; no test suite upstream. I have no idea at all about testing this. * owns the directories it creates. * doesn't own any directories it shouldn't. * no duplicates in %files (besides unnecessarily duplicated LICENSE file, not a blocker). * file permissions are appropriate. * no scriptlets present. * code, not content. * documentation is small, so no -doc subpackage is necessary. * %docs are not necessary for the proper functioning of the package. * .cma, .cmi, .so, .so.owner, META files in the main package. * .a, .cmxa, .cmx and .mli files are in the -devel subpackage. * .cmo, .ml files not included * This is a parser extension, so .o files are OK in the main package. * .so files have no rpath APPROVED Jason thanks for your hard work, as always. New Package CVS Request ======================= Package Name: ocaml-mikmatch Short Description: OCaml extension for pattern matching with regexps Owners: rjones Branches: F-9 InitialCC: rjones cvs done. |