[Bug 254209] Review Request: g-wrap - A tool for creating Scheme interfaces to C libraries

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxx  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) 

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-package-review

[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]