Jeff Cai-san wrote (01/14/09 04:20 PM): >> I think one possible workaround is, I add voikko.spec in >> SUNWgnome-spell.spec and it has build only, i.e. we run 'make' with the >> local CFLAGS and LIBS >> but don't run 'make install' until SUNWvoikko is integrated. > > I'm afraid that this will not work since in enchant/voikko_provider.c > "libvoikko/voikko.h" is included, if you want to make Enchant Voikko, > there will be a compiler error.
Probably I think symlink works fine? cd %{_builddir}/%name-%version/%base_arch/libvoikko-%{libvoikko.version} ln -s src libvoikko cd %{_builddir} fujiwara > > Jeff