Release version 0.7.18
[platform/core/api/notification.git] / packaging / notification.spec
index 5f08cd7..f963921 100644 (file)
@@ -1,7 +1,7 @@
 %bcond_with wayland
 Name:       notification
 Summary:    Notification library
-Version:    0.7.5
+Version:    0.7.18
 Release:    1
 Group:      Applications/Core Applications
 License:    Apache-2.0
@@ -76,7 +76,7 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 %check
 ctest -V
 %if 0%{?gcov:1}
-lcov -c --ignore-errors graph --no-external -q -d . -o notification.info
+lcov -c --ignore-errors mismatch,graph,unused --no-external -q -d . -o notification.info
 genhtml notification.info -o notification.out
 zip -r notification.zip notification.out
 install -m 0644 notification.zip %{buildroot}%{_datadir}/gcov/obj/notification.zip