From: Nikolai Merinov Date: Fri, 1 Feb 2019 08:34:16 +0000 (+0300) Subject: Add dependency on gcov X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fvc-webview-js.git;a=commitdiff_plain;h=5ed0043d2655470dbacc68c55eb53c11371de7e6 Add dependency on gcov --- diff --git a/packaging/vc-webview-js.spec b/packaging/vc-webview-js.spec index 1769cb4..3042751 100755 --- a/packaging/vc-webview-js.spec +++ b/packaging/vc-webview-js.spec @@ -8,6 +8,7 @@ Source0: %{name}-%{version}.tar.gz Source1001: %{name}.manifest BuildRequires: pkgconfig(libtzplatform-config) BuildRequires: cmake +BuildRequires: gcov %description Javascript source package to run web voice touch function on web application runtime @@ -42,4 +43,4 @@ rm -rf %{buildroot} %manifest %{name}.manifest %defattr(-,root,root,-) %{TZ_SYS_RO_SHARE}/voice/vc-webview/res/js/* -%{TZ_SYS_RO_SHARE}/voice/vc-webview/res/js_custom/* \ No newline at end of file +%{TZ_SYS_RO_SHARE}/voice/vc-webview/res/js_custom/*