Bug 488105
| Summary: | Review Request: rubygem-htmlentities - A module for encoding and decoding (X)HTML entities | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mamoru TASAKA <mtasaka> |
| Component: | Package Review | Assignee: | Orcan Ogetbil <oget.fedora> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | fedora-package-review, notting, oget.fedora |
| Target Milestone: | --- | Flags: | oget.fedora:
fedora-review+
kevin: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-03-06 07:27:44 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: | |||
|
Description
Mamoru TASAKA
2009-03-02 18:06:05 UTC
This is a very simple ruby package. I went through it and didn't find any problems. But I have a few questions and two little suggestions:
? The other rubygem packages have BR: ruby(rubygems). This one has BR: rubygems. Why is there a difference? Does it matter? Also BR: ruby(abi) = %{rubyabi} will be pulled up by BR: rubygems. Do we really need to specify it specifically? I know the guidelines tell us to do so. But I don't know why.
! The ruby guidelines tell us to use %global instead of %define. While it doesn't matter much in this case, it would be good to obey the guidelines.
! It would look nicer and consistent if you make the description span evenly and use the full 80 columns.
Otherwise, the package is good to go:
-------------------------------------------------------
This package (rubygem-htmlentities) is APPROVED by oget
-------------------------------------------------------
Thank you for a quick review! (In reply to comment #1) > ? The other rubygem packages have BR: ruby(rubygems). This one has BR: > rubygems. Why is there a difference? Does it matter? - No deference, however I prefer to use ruby(rubygems) so I will switch to ruby(rubugems) > Also BR: ruby(abi) = > %{rubyabi} will be pulled up by BR: rubygems. Do we really need to specify it > specifically? I know the guidelines tell us to do so. - I usually add this abi dependency for BR explicitly to make it consistent with Requires of ruby abi dependency. > ! The ruby guidelines tell us to use %global instead of %define. While it > doesn't matter much in this case, it would be good to obey the guidelines. - Will change. ----------------------------------------------------- New Package CVS Request ======================= Package Name: rubygem-htmlentities Short Description: A module for encoding and decoding (X)HTML entities Owners: mtasaka Branches: F-10 F-9 InitialCC: (nobody) cvs done. Rebuilt on all branches, submitted push requests for F-10/9, closing. Thank you for your review and CVS procedure. |