Remove dot from %cmake invocation to fix FTBFS.
This commit is contained in:
parent
0e28ffda28
commit
9b53d13430
@ -1,5 +0,0 @@
|
||||
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
|
||||
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
|
||||
|
||||
# Documentation is in the devel subpackage
|
||||
addFilter(r'check-static\.[^:]+: W: no-documentation')
|
@ -90,7 +90,7 @@ sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
||||
%make_build
|
||||
cd -
|
||||
|
||||
%cmake -DCHECK_ENABLE_TIMEOUT_TESTS:BOOL=OFF .
|
||||
%cmake -DCHECK_ENABLE_TIMEOUT_TESTS:BOOL=OFF
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user