From: Hwankyu Jhun Date: Thu, 10 Jun 2021 08:23:01 +0000 (+0900) Subject: Fix rpm sepc file X-Git-Tag: submit/tizen/20210610.080215~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=faed32687e0bc794b326d20331c6d94450f4853e;p=platform%2Fcore%2Fapi%2Fpreference.git Fix rpm sepc file IF the check section is disabled, the explicit file name makes the build error. This patch uses asterisk instead of explicit files. Change-Id: Id5c005eaeeec828303b0ef1126a4c32cb3ddefdf Signed-off-by: Hwankyu Jhun --- diff --git a/packaging/capi-appfw-preference.spec b/packaging/capi-appfw-preference.spec index b764a38..2200302 100644 --- a/packaging/capi-appfw-preference.spec +++ b/packaging/capi-appfw-preference.spec @@ -99,6 +99,5 @@ install -m 0644 preference.zip %{buildroot}%{_datadir}/gcov/ %if 0%{?gcov:1} %files gcov -%{_datadir}/gcov/obj/* -%{_datadir}/gcov/preference.zip +%{_datadir}/gcov/* %endif