summaryrefslogtreecommitdiffstats
path: root/redhat/applications/tdepacman
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2020-10-31 23:21:55 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2020-10-31 23:21:55 +0100
commit1a41c9170b162b7e6f8fc93f26a025b203aa8de5 (patch)
treecb9ca91d5dfa3ec4f4ac97aaf15e097325072ee9 /redhat/applications/tdepacman
parenta815976a0aebcb84d0d4290b4f17f015f7212436 (diff)
downloadtde-packaging-1a41c9170b162b7e6f8fc93f26a025b203aa8de5.tar.gz
tde-packaging-1a41c9170b162b7e6f8fc93f26a025b203aa8de5.zip
RPM: fix some build issues on OBS
Diffstat (limited to 'redhat/applications/tdepacman')
-rw-r--r--redhat/applications/tdepacman/tdepacman.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/redhat/applications/tdepacman/tdepacman.spec b/redhat/applications/tdepacman/tdepacman.spec
index 3046e74f4..d47b704e8 100644
--- a/redhat/applications/tdepacman/tdepacman.spec
+++ b/redhat/applications/tdepacman/tdepacman.spec
@@ -89,6 +89,10 @@ United States by Bally, Pacman is an icon of 1980's popular culture
%build
+unset QTDIR QTINC QTLIB
+export PATH="%{tde_bindir}:${PATH}"
+export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig"
+
if ! rpm -E %%cmake|grep -q "cd build"; then
%__mkdir_p build
cd build