[Bug 737511] Review request: rubygem-haml-rails - Haml generators for Rails 3

bugzilla at redhat.com bugzilla at redhat.com
Mon Sep 12 14:03:49 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=737511

--- Comment #2 from Vít Ondruch <vondruch at redhat.com> 2011-09-12 10:03:48 EDT ---
* Test suite execution
  - I would suggest to replace the %check section with following content which
    should provide similar results:

    pushd .%{geminstdir}
    testrb -Itest test/lib/generators/haml/*_test.rb
    popd

* Provides differs from upstream
  - Is there any reason why you require rubygem(rails) instead of the gem set
    which is used by upstream? Requires should be kept minimal as possible. 
    The test suite passes if rubygem(rails) dependency is replaced by:

    BuildRequires: rubygem(actionmailer)
    BuildRequires: rubygem(activerecord)

    Are these gems really hard requirement? It seems that they are optional.
    Please investigate.

* Keep the test files
  - If the test suite is part of the gem, please keep the tests in -doc
    subpackage.
  - The Gemfile should be also kept in -doc subpackage, as it is intended to be
    used by the test suite

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the package-review mailing list