summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-hun Kim <sfoon.kim@samsung.com>2023-08-31 17:22:43 +0900
committerSung-hun Kim <sfoon.kim@samsung.com>2023-08-31 17:24:16 +0900
commitc9f74abe1353d390e3fd10be466e631ac30c9cfa (patch)
tree6c63e2ad0dade01587f4b0369e756ebe27de6805
parent11fecb0aa56e2d83d2cbd3646b0968cca398d71c (diff)
downloadttrace-accepted/tizen_8.0_unified.tar.gz
ttrace-accepted/tizen_8.0_unified.tar.bz2
ttrace-accepted/tizen_8.0_unified.zip
Change-Id: Ia1227ae78e42a33b6c035bee3e12785f6f13cb4e Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
-rw-r--r--packaging/ttrace.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/ttrace.spec b/packaging/ttrace.spec
index 9ebeaeb..b6a1184 100644
--- a/packaging/ttrace.spec
+++ b/packaging/ttrace.spec
@@ -115,6 +115,7 @@ cp %{SOURCE103} %{buildroot}%{_bindir}
builddir=$(basename $PWD)
gcno_obj_dir=%{buildroot}%{_datadir}/gcov/obj/%{name}/"$builddir"
mkdir -p "$gcno_obj_dir"
+find . -name 'atrace.cpp.gcno' -exec rm {} \;
find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
%endif