From: dh79pyun Date: Wed, 26 Jan 2022 05:45:06 +0000 (+0900) Subject: Add the module name in the gcov install path X-Git-Tag: submit/tizen_6.5/20220126.073553^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_6.5_unified;p=platform%2Fcore%2Ftelephony%2Flibtapi.git Add the module name in the gcov install path Change-Id: If6ed98d69cc20f7b9518f998c6a017222a26da48 Signed-off-by: dh79pyun --- diff --git a/packaging/libtapi.spec b/packaging/libtapi.spec index f0b42f4..4ecfd02 100644 --- a/packaging/libtapi.spec +++ b/packaging/libtapi.spec @@ -84,8 +84,8 @@ find . -name '*.gcno' -exec cp '{}' gcov-obj ';' %make_install %if 0%{?gcov:1} -mkdir -p %{buildroot}%{_datadir}/gcov/obj -install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj +mkdir -p %{buildroot}%{_datadir}/gcov/obj/%{name} +install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj/%{name}/ %endif rm -rf %{buildroot}%{_includedir}/telephony/tapi/.gitignore