Mailinglist Archive: opensuse-packaging (107 mails)
| < Previous | Next > |
Re: [opensuse-packaging] Need help by Fixing Bugreports
- From: "Sascha 'saigkill' Manns" <samannsml@xxxxxxxxxxxxx>
- Date: Thu, 14 May 2009 17:04:45 +0200
- Message-id: <200905141704.47077@xxxxxxxxxxxxxxxxxxxxx>
Am Donnerstag 14 Mai 2009 13:55:08 wrote Michael Matz:
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/....
--
Sincereley yours
Sascha Manns
openSUSE Marketing Team
openSUSE Build Service
openSUSE Features Screening Team
Web: http://saschamanns.gulli.to
Project-Blog: http://lizards.opensuse.org/author/saigkill
Private-Blog: http://saschasbacktrace.blogspot.com
Hi,I readed the CMakeList.txt:
On Thu, 14 May 2009, oc2pus@xxxxxxxx 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.
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/....
--
Sincereley yours
Sascha Manns
openSUSE Marketing Team
openSUSE Build Service
openSUSE Features Screening Team
Web: http://saschamanns.gulli.to
Project-Blog: http://lizards.opensuse.org/author/saigkill
Private-Blog: http://saschasbacktrace.blogspot.com
| < Previous | Next > |