From: Jakub Bogusz Date: Sat, 2 May 2020 19:41:31 +0000 (+0200) Subject: - disable mock tests to avoid downloading CouchbaseMock jar X-Git-Tag: auto/th/libcouchbase-3.0.1-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=bdf36a28cefbeb283fa04f536f3bba6beda0ebff;p=packages%2Flibcouchbase.git - disable mock tests to avoid downloading CouchbaseMock jar --- diff --git a/libcouchbase.spec b/libcouchbase.spec index 9e91d2d..2236ac4 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -87,7 +87,8 @@ Pliki nagłówkowe biblioteki Couchbase. %build install -d build cd build -%cmake .. +%cmake .. \ + -DLCB_NO_MOCK=ON %{__make}