From b6224fd7a99eabbd679719abc90418fc6bb7919c Mon Sep 17 00:00:00 2001 From: brianjjones Date: Wed, 12 Mar 2014 15:12:26 -0700 Subject: Modifying spec file to rely on Common module, and copying the code from it once installed. Change-Id: I1770ab78d45c1c9e3491a7a88ab7cac6a86085d5 --- Makefile | 2 -- icon.png | Bin 12892 -> 12895 bytes packaging/html5-ui-ambsimulator.changes | 4 ++++ packaging/html5-ui-ambsimulator.spec | 5 ++++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index eb74105..99a3957 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 index.html js templates install: diff --git a/icon.png b/icon.png index ae825a0..2fdeb53 100644 Binary files a/icon.png and b/icon.png differ diff --git a/packaging/html5-ui-ambsimulator.changes b/packaging/html5-ui-ambsimulator.changes index a976903..67d640f 100644 --- a/packaging/html5-ui-ambsimulator.changes +++ b/packaging/html5-ui-ambsimulator.changes @@ -1,3 +1,7 @@ +* Wed Mar 12 2014 brianjjones submit/tizen/20140307.001208@d3033c7 +- Modifying spec file to rely on Common module, and copying the code from it once installed. +- Initial commit of the AMBSimulator app + * Thu Mar 06 2014 brianjjones c71bd07 - Initial commit of the AMBSimulator app diff --git a/packaging/html5-ui-ambsimulator.spec b/packaging/html5-ui-ambsimulator.spec index 8da9e57..9b77af5 100644 --- a/packaging/html5-ui-ambsimulator.spec +++ b/packaging/html5-ui-ambsimulator.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/html5UIAMBSimulator.wgt; + cp -r /opt/usr/apps/_common/js/services /opt/usr/apps/html5POC02/res/wgt/js/ + cp -r /opt/usr/apps/_common/css/* /opt/usr/apps/html5POC02/res/wgt/css/ %postun wrt-installer -un html5POC02.AMBSimulator -- cgit v1.2.3