Fix rpm spec file 19/259619/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 10 Jun 2021 08:11:05 +0000 (17:11 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 10 Jun 2021 08:11:05 +0000 (17:11 +0900)
If the check section is disabled, the explicit file name makes the build error.
This patch uses asterisk instead of explicit files.

Change-Id: I23b5d19a38905a907ad37c676a9d5d8c5154fc27
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/capi-content-mime-type.spec

index bdea5ef..eb1df93 100644 (file)
@@ -97,7 +97,5 @@ install -m 0644 mime-type.zip %{buildroot}%{_datadir}/gcov/
 
 %if 0%{?gcov:1}
 %files gcov
-%{_datadir}/gcov/obj/*
-%{_datadir}/gcov/mime-type.zip
+%{_datadir}/gcov/*
 %endif
-