Description of problem: When installing rubygem-pam, the actual files from the gem aren't in the correct location and the contents of the gem cannot be easily utilized. Version-Release number of selected component (if applicable): rubygem-pam-1.5.4-15.fc19.x86_64 How reproducible: Install rubygem-pam and then run 'rpm -ql rubygem-pam' to examine the RPM's contents. Steps to Reproduce: 1. yum -y install rubygem-pam 2. rpm -ql rubygem-pam Actual results: # rpm -ql rubygem-pam /builddir/.gem/ruby/cache/pam-1.5.4.gem /builddir/.gem/ruby/doc /builddir/.gem/ruby/doc/pam-1.5.4 /builddir/.gem/ruby/doc/pam-1.5.4/ri /builddir/.gem/ruby/doc/pam-1.5.4/ri/cache.ri /builddir/.gem/ruby/gems/pam-1.5.4 /builddir/.gem/ruby/gems/pam-1.5.4/COPYING /builddir/.gem/ruby/gems/pam-1.5.4/ChangeLog /builddir/.gem/ruby/gems/pam-1.5.4/LICENSE /builddir/.gem/ruby/gems/pam-1.5.4/MANIFEST /builddir/.gem/ruby/gems/pam-1.5.4/README /builddir/.gem/ruby/gems/pam-1.5.4/Rakefile /builddir/.gem/ruby/gems/pam-1.5.4/lib /builddir/.gem/ruby/gems/pam-1.5.4/lib/pam.rb /builddir/.gem/ruby/gems/pam-1.5.4/test /builddir/.gem/ruby/gems/pam-1.5.4/test/check_conv.rb /builddir/.gem/ruby/gems/pam-1.5.4/test/check_get_item.rb /builddir/.gem/ruby/gems/pam-1.5.4/test/check_user.rb /builddir/.gem/ruby/specifications/pam-1.5.4.gemspec /usr/local/lib64/ruby/site_ruby/_pam.so Expected results: I'd expect the files to land in the usual location (like /usr/share/gems/gems/). Additional info: