diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-04-04 22:47:12 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-04-04 22:47:12 +0200 |
commit | 2bccc67f69c937e4db4e12f77182be57dbbb9a6a (patch) | |
tree | b5e373b52fbb70d9965dd446300766b449cf524d /redhat/applications/k3b/k3b-3.5.13.2.spec | |
parent | 7b26da834f79b8b6eb2d8e99a1467ffea2791380 (diff) | |
download | tde-packaging-2bccc67f69c937e4db4e12f77182be57dbbb9a6a.tar.gz tde-packaging-2bccc67f69c937e4db4e12f77182be57dbbb9a6a.zip |
RPM Packaging: update 3.5.13.2 packages
Diffstat (limited to 'redhat/applications/k3b/k3b-3.5.13.2.spec')
-rw-r--r-- | redhat/applications/k3b/k3b-3.5.13.2.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/redhat/applications/k3b/k3b-3.5.13.2.spec b/redhat/applications/k3b/k3b-3.5.13.2.spec index 9b1a81056..052511e2a 100644 --- a/redhat/applications/k3b/k3b-3.5.13.2.spec +++ b/redhat/applications/k3b/k3b-3.5.13.2.spec @@ -402,7 +402,8 @@ and a generic audio and video file converter. %build -unset QTDIR || : ; . /etc/profile.d/qt3.sh +unset QTDIR QTINC QTLIB +. /etc/profile.d/qt3.sh export PATH="%{tde_bindir}:${PATH}" export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig:${PKG_CONFIG_PATH}" |