Update package version to 1.2.12
[platform/core/uifw/capi-ui-sticker.git] / packaging / capi-ui-sticker.spec
index 98da82b..9dcacf0 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-ui-sticker
 Summary:    Sticker client library and daemon
-Version:    1.2.7
+Version:    1.2.12
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    Apache-2.0
@@ -129,6 +129,8 @@ builddir=$(basename $PWD)
 gcno_obj_dir=%{buildroot}%{_datadir}/gcov/obj/%{name}/"$builddir"
 mkdir -p "$gcno_obj_dir"
 find ./server/ -name '*.gcno' -exec rm {} \;
+find ./tests/ -name '*.gcno' -not -path "*/client/*" -exec rm {} \;
+find . -name '*_dbus*.gcno' -exec rm {} \;
 find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
 %endif