Change-Id: I90de86a8b8f87d2b53bd55b3d0cef0289d06fbd3
Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
Name: capi-network-ua
Summary: User Awareness Framework CAPI
Version: 0.14.6
-Release: 1
+Release: 2
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
LD_LIBRARY_PATH=. LD_PRELOAD=tests/unittest/libuser-awareness-mock.so tests/unittest/tct-user-awareness-core
%endif
%if 0%{?gcov:1}
-lcov -c --ignore-errors graph --no-external -b . -d . -o %{name}.info --exclude "*/unittest/*"
+lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . -o %{name}.info --exclude "*/unittest/*"
genhtml %{name}.info -o out --legend --show-details
%endif