summaryrefslogtreecommitdiffstats
path: root/redhat/applications/abakus
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2013-12-01 18:36:42 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2013-12-01 18:36:42 +0100
commitb4b8ef98b6e04500435b1ebc28a8ab5dd79a7cc9 (patch)
tree508743ef44cbac15c09cd2580aacd4d9dda2f5bf /redhat/applications/abakus
parente9e7fa543273fffa8131b2244e5c994fe22616e2 (diff)
downloadtde-packaging-b4b8ef98b6e04500435b1ebc28a8ab5dd79a7cc9.tar.gz
tde-packaging-b4b8ef98b6e04500435b1ebc28a8ab5dd79a7cc9.zip
RPM Packaging: TDE 3.5.13.2 updates for openSUSE 13.1
Diffstat (limited to 'redhat/applications/abakus')
-rw-r--r--redhat/applications/abakus/abakus-3.5.13.2.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/redhat/applications/abakus/abakus-3.5.13.2.spec b/redhat/applications/abakus/abakus-3.5.13.2.spec
index df8f863dc..3536b5ad4 100644
--- a/redhat/applications/abakus/abakus-3.5.13.2.spec
+++ b/redhat/applications/abakus/abakus-3.5.13.2.spec
@@ -66,7 +66,8 @@ has the user-friendly menu options of a normal TDE application.
%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"
@@ -78,10 +79,10 @@ if [ -d "/usr/X11R6" ]; then
export RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -I/usr/X11R6/include -L/usr/X11R6/%{_lib}"
fi
-%if 0%{?rhel} || 0%{?fedora} || 0%{?suse_version}
-%__mkdir_p build
-cd build
-%endif
+if ! rpm -E %%cmake|grep -q "cd build"; then
+ %__mkdir_p build
+ cd build
+fi
%cmake \
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \