X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fcapi-ui-sticker.spec;h=33583b3918878bb64616f191c51e6c6f6c52b542;hb=refs%2Fheads%2Faccepted%2Ftizen_7.0_unified;hp=9be2ba1e2d5274800e6135e5493213923f10fcad;hpb=dff9f1aeb5e4349facdf6178e003a6d9c7106ef0;p=platform%2Fcore%2Fuifw%2Fcapi-ui-sticker.git diff --git a/packaging/capi-ui-sticker.spec b/packaging/capi-ui-sticker.spec index 9be2ba1..33583b3 100644 --- a/packaging/capi-ui-sticker.spec +++ b/packaging/capi-ui-sticker.spec @@ -1,6 +1,6 @@ Name: capi-ui-sticker Summary: Sticker client library and daemon -Version: 1.2.6 +Version: 1.2.10 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