Rename gcov package 07/209607/1 accepted/tizen/unified/20190710.103501 submit/tizen/20190710.014924
authorKichan Kwon <k_c.kwon@samsung.com>
Tue, 9 Jul 2019 08:45:22 +0000 (17:45 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Tue, 9 Jul 2019 08:45:22 +0000 (17:45 +0900)
Change-Id: If59156f2ae26dbaec7852fc1c4ae58048fa78e84
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
packaging/capi-system-runtime-info.spec

index 9f7e527..bab433b 100644 (file)
@@ -39,9 +39,9 @@ Binary for testing Runtime-info APIs
 
 
 %if 0%{?gcov:1}
-%package gcov
+%package -n runtime-info-gcov
 Summary:  A Runtime Information gcov test file
-%description gcov
+%description -n runtime-info-gcov
 gcno files for Runtime-info line coverage test
 %endif
 
@@ -90,6 +90,6 @@ install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
 %attr(700,root,root) %{_bindir}/runtime-info-test
 
 %if 0%{?gcov:1}
-%files gcov
+%files -n runtime-info-gcov
 %{_datadir}/gcov/obj/*
 %endif