Modify gcov package name 72/219172/1 accepted/tizen/unified/20191203.121737 submit/tizen/20191203.015347
authorWootak Jung <wootak.jung@samsung.com>
Tue, 3 Dec 2019 00:51:59 +0000 (09:51 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Tue, 3 Dec 2019 00:51:59 +0000 (09:51 +0900)
Change-Id: I7b2ea8db6c8911065ab1530ebd0836f2911505a4

packaging/capi-network-bluetooth.spec

index 2e37b83..4a18021 100644 (file)
@@ -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