Bug 278004 - Skrooge installs library files with wrong version numbers
Summary: Skrooge installs library files with wrong version numbers
Status: RESOLVED FIXED
Alias: None
Product: skrooge
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Guillaume DE BURE
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-18 12:18 UTC by Christoph Feck
Modified: 2011-07-18 15:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Feck 2011-07-18 12:18:10 UTC
From the installation log of skrooge master:

-- Installing: /local/kde4/lib/libskgbasemodeler.so.1.0.0
-- Installing: /local/kde4/lib/libskgbasemodeler.so.0
-- Installing: /local/kde4/lib/libskgbasemodeler.so

The first file should actually be "libskgbasemodeler.so.0.0.0", or the second
should be "libskgbasemodeler.so.1". Same for other installed libraries.

-- Installing: /local/kde4/lib/kde4/plugins/designer/libskgbasegui.so.1.0.0
-- Installing: /local/kde4/lib/kde4/plugins/designer/libskgbasegui.so.0
-- Installing: /local/kde4/lib/kde4/plugins/designer/libskgbasegui.so

Qt Designer Plugins are not versioned. Only the "libskgbasegui.so" file should be installed.
Comment 1 Christoph Feck 2011-07-18 13:47:03 UTC
According to bug 278006 this is not a requirement. If the version "mismatch" is intended, feel free to close as INVALID.
Comment 2 Stephane MANKOWSKI 2011-07-18 15:37:14 UTC
Git commit fb77fb88a9111e718146d9f43129179167364a66 by Stephane Mankowski.
Committed on 18/07/2011 at 17:37.
Pushed by smankowski into branch 'Feature'.

BUG: 278004: Skrooge installs library files with wrong version numbers

M  +7    -5    skgbankgui/CMakeLists.txt
M  +2    -1    CMakeLists.txt
M  +7    -5    skgbasegui/CMakeLists.txt
M  +1    -0    CHANGELOG

http://commits.kde.org/skrooge/fb77fb88a9111e718146d9f43129179167364a66