Bug 818729
Summary: | Review Request: kidsruby - A fun and easy way for kids to learn how to program | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jon Chiappetta <jonc_mailbox> |
Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | bleanhar, notting, package-review |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-05-19 23:24:43 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: | 201449 |
Description
Jon Chiappetta
2012-05-03 19:58:53 UTC
A quick clean up of some spec file issues reported by rpmlint: Spec URL: http://142.204.133.82/pkg/kidsruby.spec SRPM URL: http://142.204.133.82/pkg/kidsruby-1.1-8.fc17.src.rpm $ rpmlint kidsruby-1.1-8.fc17.src.rpm 1 packages and 0 specfiles checked; 0 errors, 0 warnings. Hi Jon, This is a great start. I'd like to offer an informal review of this package. Here are the issues I noticed: For readabilty please place the 'Requires' and 'BuildRequires' on their own line. For the Ruby 1.9 requirement see http://fedoraproject.org/wiki/Packaging:Ruby#Ruby_ABI. On a similar note, please BuildRequire ruby-devel. http://fedoraproject.org/wiki/Packaging:Ruby#Non-Gem_Packages Make sure you have worked with upstream to incorporate fix_rubywarrior.patch: http://fedoraproject.org/wiki/Packaging/Guidelines#All_patches_should_have_an_upstream_bug_link_or_comment Also in rubywarrior.rb please I think we should ask for justification of the the monkey patching instead of patching rubywarrior. In my opinion this is very close to a bundled library. For more details on this issue please read: http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries In this particular instance the issue seems very minor so it may suffice to work with upstream to have them document contact with the rubywarrior project to have the needed modifications made but not to make this a blocker. However, fixing this will be better for both projects in the end. The comment in KidsRuby.sh is misleading. It says that users should run it from their home directory yet it's installed to /usr/bin/KidsRuby.sh. The most recent changelog entry is lacking proper contact information. When I ran rpmlint I saw the following: kidsruby.noarch: E: devel-dependency SDL_mixer-devel kidsruby.noarch: E: script-without-shebang /usr/share/kidsruby/public/js/jquery/jquery-1.6.2.min.js kidsruby.noarch: E: script-without-shebang /usr/share/kidsruby/public/js/jquery/jquery-ui-1.8.16.custom.min.js kidsruby.noarch: E: script-without-shebang /usr/share/kidsruby/public/css/blitzer/jquery-ui-1.8.16.custom.css kidsruby.noarch: E: script-without-shebang /usr/bin/KidsRuby.sh kidsruby.noarch: W: no-manual-page-for-binary KidsRuby.sh 1 packages and 0 specfiles checked; 5 errors, 1 warnings. The javascript ones are probably false negatives. No response to the above commentary in 10 months, and URLs are 404. Closing. |