Change-Id: I4228e5358ca507d10b85bd0c170b271d11050075
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
Name: capi-network-nsd
Summary: A Network Service Discovery libraries in Native API
-Version: 0.2.1
+Version: 0.2.2
Release: 1
Group: System/Network
License: Apache-2.0
%check
tests/tct-nsd-core
%if 0%{?gcov:1}
-lcov -c --ignore-errors graph --no-external -b . -d . -o nsd.info
+lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . -o nsd.info
genhtml nsd.info -o out --legend --show-details
%endif