diff --git a/rubygem-cfa_grub2.spec b/rubygem-cfa_grub2.spec index 7801582..8cd0346 100644 --- a/rubygem-cfa_grub2.spec +++ b/rubygem-cfa_grub2.spec @@ -24,10 +24,15 @@ gem unpack %{SOURCE0} gem build ../%{mod_full_name}.gemspec %install -%gem_install +%gem_install +mkdir -p %{buildroot}%{gem_dir} +cp -a .%{gem_dir}/* \ + %{buildroot}%{gem_dir}/ %files %dir %{gem_instdir} %{gem_libdir} +%{_datadir}/gems/doc/%{mod_full_name}/ +%{_datadir}/gems/gems/%{mod_full_name}/ %exclude %{gem_cache} %{gem_spec} %changelog