Modify the coverage package name 84/209584/1 accepted/tizen/unified/20190710.103541 submit/tizen/20190709.060007
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 9 Jul 2019 05:58:52 +0000 (14:58 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 9 Jul 2019 05:58:52 +0000 (14:58 +0900)
Change-Id: I8e818ffaa23692d12b996241018a005bd06639de
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
packaging/capi-network-bluetooth.spec

index 0052c35..2e37b83 100644 (file)
@@ -45,10 +45,10 @@ This package is C-API test application.
 
 
 %if 0%{?gcov:1}
-%package gcov
+%package -n bluetooth-gcov
 Summary:  Network Bluetooth Framework library(gcov)
 Group:    Connectivit/Testing
-%description gcov
+%description -n bluetooth-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 gcov
+%files -n bluetooth-gcov
 %{_datadir}/gcov/obj/*
-%endif
\ No newline at end of file
+%endif