Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=906843

--- Comment #4 from Mamoru TASAKA <mtas...@fedoraproject.org> ---
For 0.4-1

* Version specific requires for ruby(release)
  - It seems that ruby(release) (Build)Requires should
    not have version specific dependency
    (see Vít's comments:
    http://lists.fedoraproject.org/pipermail/ruby-sig/2013-February/001259.html
    )

* Installing native extension
  - The following line
-------------------------------------------------------
mkdir -p %{buildroot}%{gem_extdir_mri}/
mv %{buildroot}%{gem_instdir}/lib/cproton.so \
   %{buildroot}%{gem_extdir_mri}/lib
-------------------------------------------------------
    makes cproton.so _renamed_ to lib (i.e. the
    file "lib" is created with these lines).

* gem install
  - For gem install, please use %gem_install macro
    (note that on F-19, %gem_install used different
     option for documentation generation - on F-18/17,
     %gem_install also uses --rdoc option)

Currently "Installing native extension" item is really blocker.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=tAw1xRYkwP&a=cc_unsubscribe
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to