From 77658401cb134690690d4e197af39c74c60adf81 Mon Sep 17 00:00:00 2001 From: Aron Kim Date: Thu, 13 Sep 2018 00:40:11 -0700 Subject: [PATCH] [M67 Dev] Refactor spec file. This CL includes the following things for refactoring .spec file. Reference from M56 : https://review.tizen.org/gerrit/#/c/120973/ Change-Id: I9d1a512e5ac80f85c9e06fbbe328c3d900293b2c Signed-off-by: Aron Kim --- packaging/chromium-efl.spec | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packaging/chromium-efl.spec b/packaging/chromium-efl.spec index 52039f0..3cde681 100644 --- a/packaging/chromium-efl.spec +++ b/packaging/chromium-efl.spec @@ -174,7 +174,6 @@ Chromium EFL unit test utilities %global CHROMIUM_UNITTESTS_DIR /opt/usr/chromium-unittests/ # Directory containing localization files %global CHROMIUM_LOCALE_DIR %{_datadir}/%{name}/locale -%global CHROMIUM_WEBDB_DIR %TZ_SYS_RW_APP/org.tizen.%{name} %prep %setup -q @@ -369,17 +368,6 @@ install -m 0755 tizen_src/ewk/utc_gtest_run.sh %{buildroot}/opt/usr/utc_exec/ %endif %post -# apply smack rule -smack_reload.sh - -# CHROMIUM_WEBDB_DIR is a default path when application doesn't have own installation path. -# For example, mini-browser doesn't have own install path, in that case, mini-browser will -# use "/opt/usr/apps/chromium-efl/data" for HTML5 File System, Local Storage and so on. -# However, reference browser should have own installation path (e.g. /opt/usr/apps/com.samsung.browser/data), -# the reference browser should process similar work in order to support HTML5 Local Storage, -# File System and so on. - -mkdir -p %{CHROMIUM_WEBDB_DIR}/data/ %postun -- 2.7.4