[Bug 204461] Review Request: kita - 2ch client for KDE

bugzilla at redhat.com bugzilla at redhat.com
Tue Aug 29 15:34:47 UTC 2006


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

Summary: Review Request:  kita -  2ch client for KDE


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





------- Additional Comments From rdieter at math.unl.edu  2006-08-29 11:34 EST -------
All of this:
if [ -d %{_prefix}/lib64 ] ; then
   SUF=64
else
   SUF=
fi

for f in %{_prefix}/lib$SUF/qt-* ; do
   QTDIR=$f
done
...
--with-qt-libraries=...

Can be omitted, and put this in  before calling %configure:
unset QTDIR || : ; . /etc/profile.d/qt.sh

which will setup the QT env. vars automatically/appropriately.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list