projects
/
platform
/
core
/
api
/
preference.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
991e9d7
)
Fix rpm sepc file
24/259624/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Thu, 10 Jun 2021 08:23:01 +0000
(17:23 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Thu, 10 Jun 2021 08:23:01 +0000
(17:23 +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: Id5c005eaeeec828303b0ef1126a4c32cb3ddefdf
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/capi-appfw-preference.spec
patch
|
blob
|
history
diff --git
a/packaging/capi-appfw-preference.spec
b/packaging/capi-appfw-preference.spec
index b764a384fee30f4bb791f2614ffa8f790e583eb1..22003023b684e65eee8bed024f59d798a50e6187 100644
(file)
--- 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