Rename gcov package 08/209608/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv accepted/tizen/5.5/unified/20191031.031028 accepted/tizen/5.5/unified/mobile/hotfix/20201027.065549 accepted/tizen/unified/20190710.103504 submit/tizen/20190710.014924 submit/tizen_5.5/20191031.000002 submit/tizen_5.5_mobile_hotfix/20201026.185102 tizen_5.5.m2_release
authorKichan Kwon <k_c.kwon@samsung.com>
Tue, 9 Jul 2019 08:47:00 +0000 (17:47 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Tue, 9 Jul 2019 08:47:00 +0000 (17:47 +0900)
Change-Id: I596e69f5d457254ea1b58f6afa6ecbfeab25464a
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
packaging/capi-system-info.spec

index d20c21f..4e141f2 100644 (file)
@@ -36,9 +36,9 @@ Requires: %{name}
 A System Information library test tool
 
 %if 0%{?gcov:1}
-%package gcov
+%package -n system-info-gcov
 Summary:  A System Information gcov test file
-%description gcov
+%description -n system-info-gcov
 gcno files for System-info line coverage test
 %endif
 
@@ -127,6 +127,6 @@ install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
 %{_bindir}/system_info_test
 
 %if 0%{?gcov:1}
-%files gcov
+%files -n system-info-gcov
 %{_datadir}/gcov/obj/*
 %endif