projects
/
platform
/
core
/
api
/
app-event.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05cb894
)
Change lcov option to fix build error for lcov 2.0
39/307739/1
author
SukhyungKang
<shine.kang@samsung.com>
Tue, 12 Mar 2024 23:19:52 +0000
(08:19 +0900)
committer
SukhyungKang
<shine.kang@samsung.com>
Tue, 12 Mar 2024 23:19:52 +0000
(08:19 +0900)
Change-Id: I0b838f1991f891fa118133a97a77cd30f7ba2642
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
packaging/capi-appfw-event.spec
patch
|
blob
|
history
diff --git
a/packaging/capi-appfw-event.spec
b/packaging/capi-appfw-event.spec
index 703988a6f866d4bf42330a5fdcaf8ba59b64aa1c..b5488e908dc3d8fe73faab131f3ff5f882d373e5 100644
(file)
--- a/
packaging/capi-appfw-event.spec
+++ b/
packaging/capi-appfw-event.spec
@@
-60,7
+60,7
@@
MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
ctest -V
%if 0%{?gcov:1}
-lcov -c --ignore-errors
graph
--no-external -b . -d . -o %{name}.info
+lcov -c --ignore-errors
mismatch,graph,unused
--no-external -b . -d . -o %{name}.info
genhtml %{name}.info -o out --legend --show-details
%endif