Add explicit curdir on CMake invocation
This commit is contained in:
parent
3ada323b6e
commit
aaa0dfe932
1 changed files with 5 additions and 2 deletions
|
|
@ -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 <sergey.avseyev@gmail.com> - 2018.12.R1-2
|
||||
- Add explicit curdir on CMake invocation
|
||||
|
||||
* Thu Dec 06 2018 Sergey Avseyev <sergey.avseyev@gmail.com> 2018.12.R1-1
|
||||
- Update to 2018-12-R1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue