Update gcov installation path 61/269661/1 accepted/tizen/unified/20220125.121829 submit/tizen/20220120.021222
authorSunggyu Choi <sunggyu.choi@samsung.com>
Thu, 20 Jan 2022 02:01:02 +0000 (11:01 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Thu, 20 Jan 2022 02:01:02 +0000 (11:01 +0900)
Change-Id: I6bd66032bc32403e6542f1a4ab4087c0f972388f
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
packaging/capi-base-common.spec

index ded462bdd74e788f940c11911316e0bd027e1e92..fbc087285443bae72361050201251e8e68f213b0 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-base-common
 Summary:    Common header files of Tizen Native API
-Version:    0.4.66
+Version:    0.4.67
 Release:    1
 Group:      Base
 License:    Apache-2.0
@@ -63,7 +63,7 @@ rm -rf %{buildroot}
 
 %if 0%{?gcov:1}
 mkdir -p %{buildroot}%{_datadir}/gcov/obj
-install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
+install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj/%{name}
 %endif
 
 %post -p /sbin/ldconfig