diff options
author | brianjjones <brian.j.jones@intel.com> | 2014-03-12 15:31:22 -0700 |
---|---|---|
committer | brianjjones <brian.j.jones@intel.com> | 2014-03-12 15:35:25 -0700 |
commit | fa8acd7989f52ce8ed9886701baa8a65e3a778b0 (patch) | |
tree | 0c6e2ddd995f15903020b02e6cab8db88fffa317 /packaging | |
parent | b00d3569782248ebaedb59645b9f906c7089e136 (diff) | |
download | html5_UI_Nav-tizen.tar.gz html5_UI_Nav-tizen.tar.bz2 html5_UI_Nav-tizen.zip |
Modifying spec file to rely on Common module, and copying the code from it once installed.HEADsubmit/tizen_ivi_release/20140315.041414submit/tizen/20140312.230005accepted/tizen/ivi/release/20140315.041509accepted/tizen/ivi/panda/20140318.013844accepted/tizen/ivi/20140312.235802tizen_ivi_releasetizenaccepted/tizen_ivi_releaseaccepted/tizen_ivi_pandaaccepted/tizen_ivi
Change-Id: Ie40fc0f2414d639b8857744ddf2ea96200f40321
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/html5-ui-nav.changes | 4 | ||||
-rw-r--r-- | packaging/html5-ui-nav.spec | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/packaging/html5-ui-nav.changes b/packaging/html5-ui-nav.changes index cf13247..94e2f1a 100644 --- a/packaging/html5-ui-nav.changes +++ b/packaging/html5-ui-nav.changes @@ -1,3 +1,7 @@ +* Wed Mar 12 2014 brianjjones <brian.j.jones@intel.com> submit/tizen/20140307.000913@8a07ba3 +- Modifying spec file to rely on Common module, and copying the code from it once installed. +- Initial commit of the Navigation app + * Thu Mar 06 2014 brianjjones <brian.j.jones@intel.com> 89f9c11 - Initial commit of the Navigation app diff --git a/packaging/html5-ui-nav.spec b/packaging/html5-ui-nav.spec index 74e3fa0..9d9589c 100644 --- a/packaging/html5-ui-nav.spec +++ b/packaging/html5-ui-nav.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/html5UINav.wgt; + cp -r /opt/usr/apps/_common/js/services /opt/usr/apps/html5POC08/res/wgt/js/ + cp -r /opt/usr/apps/_common/css/* /opt/usr/apps/html5POC08/res/wgt/css/ %postun wrt-installer -un html5POC08.Nav |