Exclude line coverage test files 10/275810/1
authorKwanghoon Son <k.son@samsung.com>
Thu, 2 Jun 2022 05:43:32 +0000 (01:43 -0400)
committerKwanghoon Son <k.son@samsung.com>
Thu, 2 Jun 2022 05:43:32 +0000 (01:43 -0400)
[Version] : 0.12.9-0
[Issue type] : Bug fix

Change-Id: Ie3ed102e0bd30332cd4d5efaadc56425a8e84edd
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
packaging/capi-media-vision.spec

index fb3fabb..8dfb22f 100644 (file)
@@ -1,6 +1,6 @@
 Name:        capi-media-vision
 Summary:     Media Vision library for Tizen Native API
-Version:     0.12.8
+Version:     0.12.9
 Release:     0
 Group:       Multimedia/Framework
 License:     Apache-2.0 and BSD-3-Clause
@@ -223,7 +223,7 @@ make %{?jobs:-j%jobs}
 builddir=$(basename $PWD)
 gcno_obj_dir=%{buildroot}%{_datadir}/gcov/obj/%{name}/"$builddir"
 mkdir -p "$gcno_obj_dir"
-find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
+find . -not -path './test/*' -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
 %endif
 
 %post -p /sbin/ldconfig