From: Wootak Jung Date: Tue, 3 Dec 2019 00:51:59 +0000 (+0900) Subject: Modify gcov package name X-Git-Tag: submit/tizen/20191203.015347^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77a019a1e3ff43099d1ad246afc5461f0cb038a9;p=platform%2Fcore%2Fapi%2Fbluetooth.git Modify gcov package name Change-Id: I7b2ea8db6c8911065ab1530ebd0836f2911505a4 --- diff --git a/packaging/capi-network-bluetooth.spec b/packaging/capi-network-bluetooth.spec index 2e37b83..4a18021 100644 --- a/packaging/capi-network-bluetooth.spec +++ b/packaging/capi-network-bluetooth.spec @@ -45,10 +45,10 @@ This package is C-API test application. %if 0%{?gcov:1} -%package -n bluetooth-gcov +%package gcov Summary: Network Bluetooth Framework library(gcov) Group: Connectivit/Testing -%description -n bluetooth-gcov +%description gcov gcov objects for coverage test %endif @@ -135,6 +135,6 @@ install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj %{_libdir}/libcapi-network-bluetooth.so %if 0%{?gcov:1} -%files -n bluetooth-gcov +%files gcov %{_datadir}/gcov/obj/* %endif