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 cgoorah@yahoo.com.au 2007-08-25 11:34 EST ------- #005: %setup -q -n %{name}-%{version}
you can remove -n %{name}-%{version}
#006: The patches (%patch0 -p1) Take as good example : %patch0 -p1 -b .REASON
#007: (devel package) same for %{_libdir}/pkgconfig/* /usr/lib/pkgconfig/ is required by pkgconfig
#008: as well for the (devel package) add the following Requires due to directory ownership: ORBit2-devel, automake
#009 the directory /usr/share/guile/site/ is required by guile Add guile as Requires:
#010: You can replace all these # remove .la files rm -f %{buildroot}%{_libdir}/{*.a,libffi.la} [..] %{_libdir}/%{name}/modules/*.la [..] #remove .la (kill the build on guile-gnome & gnucash not requires g-wrap anymore) %exclude %{_libdir}/*.la
by:
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
since both guile-gnome-platform and gwave build successfully with the *.la
(I've lost my comments on guile-gnome-platform during the shift to bugzilla's maintenance. I'll catch up later on)