From 6aa42cbac8368a7265103b5ef200a600e3277e21 Mon Sep 17 00:00:00 2001 From: brianjjones Date: Wed, 12 Mar 2014 15:36:02 -0700 Subject: Modifying spec file to rely on Common module, and copying the code from it once installed. Change-Id: I46593dc215458c958772ca5ff80611bd26d03759 --- Makefile | 2 -- icon.png | Bin 2511 -> 2512 bytes packaging/html5-ui-phone.changes | 4 ++++ packaging/html5-ui-phone.spec | 7 ++++++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index cb90ad0..f2fcf6c 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 data icon.png index.html js templates install: diff --git a/icon.png b/icon.png index 5d8de5d..625a128 100644 Binary files a/icon.png and b/icon.png differ diff --git a/packaging/html5-ui-phone.changes b/packaging/html5-ui-phone.changes index ef2d9f8..c6f2218 100644 --- a/packaging/html5-ui-phone.changes +++ b/packaging/html5-ui-phone.changes @@ -1,3 +1,7 @@ +* Wed Mar 12 2014 brianjjones submit/tizen/20140307.000903@a834ae3 +- Modifying spec file to rely on Common module, and copying the code from it once installed. +- Initial commit of the Phone app + * Thu Mar 06 2014 brianjjones 4245f58 - Initial commit of the Phone app diff --git a/packaging/html5-ui-phone.spec b/packaging/html5-ui-phone.spec index 4298f0f..81ac969 100644 --- a/packaging/html5-ui-phone.spec +++ b/packaging/html5-ui-phone.spec @@ -7,9 +7,12 @@ 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 +Requires: wrt-plugins-ivi-phone +Requires: phoned %description A proof of concept pure html5 UI @@ -27,6 +30,8 @@ rm -rf %{buildroot} %post wrt-installer -i /opt/usr/apps/.preinstallWidgets/html5UIPhone.wgt; + cp -r /opt/usr/apps/_common/js/services /opt/usr/apps/html5POC09/res/wgt/js/ + cp -r /opt/usr/apps/_common/css/* /opt/usr/apps/html5POC09/res/wgt/css/ %postun wrt-installer -un html5POC09.Phone -- cgit v1.2.3