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

Ken Dreyer <ktdre...@ktdreyer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ktdre...@ktdreyer.com



--- Comment #7 from Ken Dreyer <ktdre...@ktdreyer.com> ---
A couple nice-to-haves:

- Remove the "Generated from ..." comment added by gem2rpm; this will get stale
over time.

- Use the %license macro for %{gem_instdir}/LICENSE

- You can delete %{gem_instdir}/%{gem_name}.gemspec immediately after
%gem_install, since you're already shipping %{gem_spec}. Like this:

  %build
  gem build %{gem_name}.gemspec
  %gem_install

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

-- 
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
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to