Hi Damien,
I think we can remove
# cd %{_builddir}/%name-%version
# cp gtkhtml-%{gtkhtml.version}/mkinstalldirs
libsoup-%{libsoup.version}/
I forgot to remove them before I gave you the spec.
I do not know what the following section is for. I checked #6461613 in
bugster and found it was a bug of mine. But it is not related to
libgnome-gtkhtml-editor.
???%build
%if %debug_build
# Omit '-xO4 -xspace' from sparc flags as it crashes
libgnome-gtkhtml-editor.
# See #6461613.
%else
%ifarch sparc
%define optflags -i -xstrconst -xarch=v8a -mr
%define cxx_optflags -i -xarch=v8a -mr -norunpath
%define optflags64 -i -xstrconst -xarch=v9 -xcode=pic32 -mr
%endif
%endif
Regards,
Jedy