From: shadzik Date: Wed, 25 Jun 2008 12:20:40 +0000 (+0000) Subject: - verbosity off by default X-Git-Tag: auto/th/soprano-2_1-1~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=f15149e5d6d56da4d2d06b1d5024e4eae512c7b4;p=packages%2Fsoprano.git - verbosity off by default - added comment on how to turn it on Changed files: soprano.spec -> 1.30 --- diff --git a/soprano.spec b/soprano.spec index ddd8dc6..63c6b66 100644 --- a/soprano.spec +++ b/soprano.spec @@ -70,9 +70,10 @@ sed -i 's:${JAVA_INCLUDE_PATH2}::' backends/sesame2/CMakeLists.txt %build install -d build cd build +# add this to get verbose output +#-DCMAKE_VERBOSE_MAKEFILE=1 \ %cmake \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DCMAKE_VERBOSE_MAKEFILE=1 \ -DQT_QMAKE_EXECUTABLE=%{_bindir}/qmake-qt4 \ %if "%{_lib}" == "lib64" -DLIB_SUFFIX=64 \