Spec URL: http://people.redhat.com/dlutter/yum/spec/rubygem-rake.spec SRPM URL: http://people.redhat.com/dlutter/yum/SRPMS/rubygem-rake-0.7.3-2.src.rpm Description: Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax.
basics: + rpmlint clean for both src and built RPM + src.rpm builds fine + name good + license + general overview of specfile + docs/changelog Ruby guidelines: + source good + requires/buildrequires good + provides good + prep and build empty + install to gemdir follows guidelines + marked noarch + installs fine + trivial test "rake" runs fine when installed potential things to look at according to packaging doc: - "Ruby packages must require ruby at build time with a BuildRequires: ruby, and may indicate the minimal ruby version they need for building." - "Each Ruby package must indicate the Ruby ABI version it depends on with a line like Requires: ruby(abi) = 1.8" Some of the above is implicit from gem BuildRequires/usage, though I would imagine it can't hurt if the above information is known and set explicitly. Let me know about the above and I'll approve this. Everything else looks fine according to the packaging spec.
Thanks for the review .. both of those requires are taken care of by the Requires/BR of rubygems; so listing them again would just be redundant.
Works for me. *APPROVED*
Bug shouldn't have been closed
New Package CVS Request ======================= Package Name: rubygem-rake Short Description: Ruby based make-like utility Owners: lutter, sseago Branches: F-7, EL-5 InitialCC: Cvsextras Commits: yes