From ca4f04c3ae1db7815f9119f68fcd05848f2f07a2 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Jan 21 2019 13:04:08 +0000 Subject: Add explicit curdir on CMake invocation --- diff --git a/libcouchbase.spec b/libcouchbase.spec index cbae467..4fc555a 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -1,7 +1,7 @@ Summary: Client and protocol library for the Couchbase project Name: libcouchbase Version: 2.10.3 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 BuildRequires: gcc, gcc-c++ BuildRequires: cmake >= 2.8.9 @@ -66,7 +66,7 @@ Development files for the Couchbase client Library. %prep %autosetup -p1 -%cmake -DLCB_NO_MOCK=1 +%cmake -DLCB_NO_MOCK=1 . %build %make_build @@ -108,6 +108,9 @@ make %{_smp_mflags} alltests test ARGS=%{_smp_mflags} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Jan 21 2019 Sergey Avseyev - 2.10.3-2 +- Add explicit curdir on CMake invocation + * Thu Dec 20 2018 Sergey Avseyev - 2.10.3-1 - Update to 2.10.3