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

Ken Dreyer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #1 from Ken Dreyer <[email protected]> ---
Hi Henrik,

Thanks for contributing this to Fedora. A couple of observations:

1. Why is the test suite not run in %check?

2. LICENSE should be marked as %doc.

3. I recommend moving README.md out of the -doc subpackage and into the main
package.

4. I recommend excluding Rakefile, Gemfile, and %{gem_instdir}/redcard.gemspec.

For example, immediately after %gem_install, I usually insert the following
"rm" command:

  ...

  %gem_install

  # Remove unnecessary gemspec file
  rm .%{gem_instdir}/%{gem_name}.gemspec

5. gem2rpm leaves trailing whitespace on a couple lines. Please remove this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to