[Bug 581220] Review Request: qtsingleapplication - Qt library to start applications only once per user

bugzilla at redhat.com bugzilla at redhat.com
Fri Jul 2 16:29:36 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=581220

--- Comment #9 from Kalev Lember <kalev at smartlink.ee> 2010-07-02 12:29:35 EDT ---
/usr/include/QtSolutions should be owned by qtsingleapplication-devel,
otherwise removing the package will leave dangling empty directory behind.

There are separate qtsingleapplication.h and qtsinglecoreapplication.h headers
in the include dir and in the build dir there are separate
qtsingleapplication.o and qtsinglecoreapplication.o object files; however there
is only qtsingleapplication DSO installed and the Core variant appears to be
missing.

Looks like upstream has done the split to avoid pulling in QtGui libraries with
the Core version. In QtLockedFile you carefully avoided (needlessly) linking
with QtGui; but now the Core version which is supposed to not need QtGui isn't
included in the final rpm.

rpmlint output:
qtsingleapplication.src:57: W: configure-without-libdir-spec
qtsingleapplication.i686: W: unused-direct-shlib-dependency
/usr/lib/libQtSolutions_SingleApplication-2.6.so.1.0.0 /lib/libm.so.6
4 packages and 0 specfiles checked; 0 errors, 2 warnings.

Both warnings can be ignored.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list