[M67 Dev] Refactor spec file. 81/189081/1
authorAron Kim <aron.kim@samsung.com>
Thu, 13 Sep 2018 07:40:11 +0000 (00:40 -0700)
committerAron Kim <aron.kim@samsung.com>
Thu, 13 Sep 2018 07:40:11 +0000 (00:40 -0700)
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 <aron.kim@samsung.com>
packaging/chromium-efl.spec

index 52039f0..3cde681 100644 (file)
@@ -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