summaryrefslogtreecommitdiffstats
path: root/redhat/applications/abakus
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2013-12-24 18:18:33 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2013-12-24 18:18:33 +0100
commit55bddf58868a60bd9282233024948707f441d679 (patch)
tree163ab09ea22c1fc100ee9975b48cc4e0caed7a75 /redhat/applications/abakus
parentf4d8002c33f7660d874c3c667a25bfe01e278a71 (diff)
downloadtde-packaging-55bddf58868a60bd9282233024948707f441d679.tar.gz
tde-packaging-55bddf58868a60bd9282233024948707f441d679.zip
RPM Packaging: update R14 packages
Diffstat (limited to 'redhat/applications/abakus')
-rw-r--r--redhat/applications/abakus/abakus-14.0.0.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/redhat/applications/abakus/abakus-14.0.0.spec b/redhat/applications/abakus/abakus-14.0.0.spec
index 0afd7a1ea..ab1ae7cd5 100644
--- a/redhat/applications/abakus/abakus-14.0.0.spec
+++ b/redhat/applications/abakus/abakus-14.0.0.spec
@@ -72,13 +72,13 @@ export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig"
# Specific path for RHEL4
if [ -d "/usr/X11R6" ]; then
- export CXXFLAGS="${RPM_OPT_FLAGS} -I/usr/X11R6/include -L/usr/X11R6/%{_lib}"
+ 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" \