From aaa0dfe9326da8685a477cfcd6fce94d0cb9c9cb Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Mon, 21 Jan 2019 16:08:48 +0300 Subject: [PATCH] Add explicit curdir on CMake invocation --- libbtbb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libbtbb.spec b/libbtbb.spec index dea7409..ffa772d 100644 --- a/libbtbb.spec +++ b/libbtbb.spec @@ -4,7 +4,7 @@ Name: libbtbb Version: %{POSTYEAR}.%{POSTMONTH}.R%{POSTNUM} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Bluetooth baseband decoding library License: GPLv2 URL: https://github.com/greatscottgadgets/libbtbb @@ -32,7 +32,7 @@ developing applications that use %{name}. %build -%cmake +%cmake . %make_build @@ -54,6 +54,9 @@ developing applications that use %{name}. %changelog +* Mon Jan 21 2019 Sergey Avseyev - 2018.12.R1-2 +- Add explicit curdir on CMake invocation + * Thu Dec 06 2018 Sergey Avseyev 2018.12.R1-1 - Update to 2018-12-R1