Hi, On Thu, 14 May 2009, Sascha 'saigkill' Manns wrote:
On Thu, 14 May 2009, oc2pus@arcor.de wrote:
%files -n libskgbasegui1 %defattr(-, root, root) %{_libdir}/kde4/plugins/designer/libskgbasegui.so
^^^^^^^^^^^^^^^^^
libskgbasegui.so.1 is only a link ... so it can't work
That's why he includes the link target now also in the base package as advised. His mail can be understood as a before/after test, when he installs the fixed (as of above) packages, instead of the old ones with the broken link. I readed the CMakeList.txt: INSTALL(TARGETS skgbasegui LIBRARY DESTINATION ${LIB_INSTALL_DIR} ) INSTALL(TARGETS skgbasegui LIBRARY DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/designer ) AFAIK this means, that two libskgbasegui created. One in %{_libdir} and one in %{_libdir}/kde4/plugins/designer/....
Then somebody else converts the former into a softlink to the latter. But we know that something does that. You'll have to find out :) Ciao, Michael. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org