Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: g-wrap - A tool for creating Scheme interfaces to C libraries
https://bugzilla.redhat.com/show_bug.cgi?id=254209
------- Additional Comments From mtasaka@ioa.s.u-tokyo.ac.jp 2007-08-28 00:35 EST ------- Well, some comments from me:
* Please check which package owns %{_libdir}/%{name}/modules/ (currently no package)
* m4 files under %{_datadir}/aclocal/ usually should be in -devel package
* I don't know what software calls g-wrap modules, however usually modules are dlopen'ed with the name '*.so', not '*.so.X'. So I guess libgw-guile-*.so under %{_libdir}/%{name}/modules/ should be in main package, not in -devel subpackage.
* Well, why should -devel subpackage have "Requires: ORBit2-devel"?
* And -devel package should have "Requires: guile-devel" because /usr/include/g-wrap/guile-compatibility.h (and one another header file) requires libguile.h