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/bugzilla/show_bug.cgi?id=254209
------- Additional Comments From cgoorah@yahoo.com.au 2007-08-24 18:37 EST ------- #001: Requires should entail %{release} as well Requires: %{name} = %{version}-%{release}
#002: Please remove useless comments so as to remove confusions for others.
#003: as for
#remove .la (kill the build on guile-gnome & gnucash not requires g-wrap anymore) %exclude %{_libdir}/*.la
please replace %exclude %{_libdir}/*.la by: %exclude %{_libdir}/libgwrap-core-runtime.la %exclude %{_libdir}/libgwrap-guile-runtime.la
This might be very helpful for others reading the spec file.
#004 add the following comment on top of "make": # Is not parallel-build-safe