Change-Id: I74eb004330a5ecb32b701f56b0a801218a99ce62
Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
Name: bluetooth-share
Summary: Bluetooth file share Agent
Version: 0.9.0
-Release: 0
+Release: 1
Group: Network & Connectivity/Bluetooth
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
%check
%if 0%{?gcov:1}
LD_LIBRARY_PATH=lib LD_PRELOAD=tests/libbt-share-mock.so tests/bt-share-gtest
-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