From fa8acd7989f52ce8ed9886701baa8a65e3a778b0 Mon Sep 17 00:00:00 2001 From: brianjjones Date: Wed, 12 Mar 2014 15:31:22 -0700 Subject: [PATCH] Modifying spec file to rely on Common module, and copying the code from it once installed. Change-Id: Ie40fc0f2414d639b8857744ddf2ea96200f40321 --- Makefile | 2 -- config.xml | 2 +- icon.png | Bin 2446 -> 2447 bytes packaging/html5-ui-nav.changes | 4 ++++ packaging/html5-ui-nav.spec | 5 ++++- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3ad55f5..8889bd4 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,6 @@ INSTALL_FILES = $(PROJECT).wgt INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets wgtPkg: - cp -r ${DESTDIR}/opt/usr/apps/_common/js/services js/ - cp -r ${DESTDIR}/opt/usr/apps/_common/css/* css/ zip -r $(PROJECT).wgt config.xml css icon.png images index.html js templates install: diff --git a/config.xml b/config.xml index 010767f..d1563d2 100644 --- a/config.xml +++ b/config.xml @@ -1,7 +1,7 @@ - + Navigation diff --git a/icon.png b/icon.png index 15105a004e08309e2a4ad0115a8e0f9a948cb1b4..fda31dc1a18e3b4bbf6ef0ecd1d0d371a2811451 100644 GIT binary patch delta 14 VcmeAZ?iXh54DfU3-N@3#2>>6<1PlNG delta 13 UcmeAd?h|I|4DfT`$lApT036Q){{R30 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 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 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 -- 2.7.4