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=782560
--- Comment #27 from Bohuslav "Slavek" Kabrda bkabrda@redhat.com 2012-04-10 01:55:02 EDT --- Hi Todd, to answer your questions: - gem_extdir is part of the new guidelines, which are in somehow inconsistent state with how we have actually packaged Ruby and Rubygems. To make a long story short, gem_extdir translates to %{_libdir}/gems/exts/%{gem_name}-%{version} and from the example specfile: " # If there are C extensions, mv them to the extdir. # You should replace REQUIRE_PATHS with the first value of the require_paths field in # the gemspec file. It will typically be either "lib" or "ext". For instance: # s.require_paths = ["lib"] mkdir -p %{buildroot}%{gem_extdir}/REQUIRE_PATHS mv %{buildroot}%{gem_instdir}/REQUIRE_PATHS/shared_object.so %{buildroot}%{gem_extdir}/REQUIRE_PATHS/ " - Could you please add a comment to specfile, that would point to a place, where the author explicitly claims that this library is available under public domain?
Thanks!