diff options
author | brianjjones <brian.j.jones@intel.com> | 2014-03-12 15:19:49 -0700 |
---|---|---|
committer | brianjjones <brian.j.jones@intel.com> | 2014-03-12 15:20:15 -0700 |
commit | d4f0489565562b554ac3bfccd09dc27b751e2ba3 (patch) | |
tree | 5c078f693776ea37babeb9992944c9129e4644ad /packaging/html5-ui-homescreen.spec | |
parent | 0f81f67b346814f220c2d9843c87b39cbfa2e2c8 (diff) | |
download | html5_UI_Homescreen-tizen.tar.gz html5_UI_Homescreen-tizen.tar.bz2 html5_UI_Homescreen-tizen.zip |
Modifying spec file to rely on Common module, and copying the code from it once installed.HEADsubmit/tizen_ivi_release/20140315.041408submit/tizen/20140312.225932accepted/tizen/ivi/release/20140315.041533accepted/tizen/ivi/panda/20140318.013854accepted/tizen/ivi/20140312.235937accepted/tizen/ivi/20140312.235930tizen_ivi_releasetizenaccepted/tizen_ivi_releaseaccepted/tizen_ivi_pandaaccepted/tizen_ivi
Change-Id: I849662ec11b75bddccc73db432e4e057c9d2bf90
Diffstat (limited to 'packaging/html5-ui-homescreen.spec')
-rw-r--r-- | packaging/html5-ui-homescreen.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/html5-ui-homescreen.spec b/packaging/html5-ui-homescreen.spec index c18cd90..8bd656b 100644 --- a/packaging/html5-ui-homescreen.spec +++ b/packaging/html5-ui-homescreen.spec @@ -7,9 +7,10 @@ License: Apache 2.0 URL: http://www.tizen.org Source0: %{name}-%{version}.tar.bz2 BuildRequires: zip -BuildRequires: html5_UI_Common +Requires: html5_UI_Common Requires: wrt-installer Requires: wrt-plugins-ivi +Requires: wrt-plugins-tizen-bt %description A proof of concept pure html5 UI @@ -27,6 +28,8 @@ rm -rf %{buildroot} %post wrt-installer -i /opt/usr/apps/.preinstallWidgets/html5UIHomescreen.wgt; + cp -r /opt/usr/apps/_common/js/services /opt/usr/apps/html5POC05/res/wgt/js/ + cp -r /opt/usr/apps/_common/css/* /opt/usr/apps/html5POC05/res/wgt/css/ %postun wrt-installer -un html5POC05.Homescreen |