From: brianjjones Date: Wed, 12 Mar 2014 22:17:09 +0000 (-0700) Subject: Modifying spec file to rely on Common module, and copying the code from it once insta... X-Git-Tag: accepted/tizen/ivi/20140312.235955^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=HEAD;p=profile%2Fivi%2Fhtml5_UI_Dashboard.git Modifying spec file to rely on Common module, and copying the code from it once installed. Change-Id: I5f6dd3b97334a376fdefe8610259e198d2390465 --- diff --git a/Makefile b/Makefile index 54f8753..001816a 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 components config.xml css icon.png index.html js install: diff --git a/icon.png b/icon.png index eb77439..aab3366 100644 Binary files a/icon.png and b/icon.png differ diff --git a/packaging/html5-ui-dashboard.changes b/packaging/html5-ui-dashboard.changes index 6dc0496..417eea8 100644 --- a/packaging/html5-ui-dashboard.changes +++ b/packaging/html5-ui-dashboard.changes @@ -1,3 +1,7 @@ +* Wed Mar 12 2014 brianjjones submit/tizen/20140307.001105@72f2a38 +- Modifying spec file to rely on Common module, and copying the code from it once installed. +- Initial commit of the Desktop app + * Thu Mar 06 2014 brianjjones e90b1c4 - Initial commit of the Desktop app diff --git a/packaging/html5-ui-dashboard.spec b/packaging/html5-ui-dashboard.spec index 4993768..4c37aa1 100644 --- a/packaging/html5-ui-dashboard.spec +++ b/packaging/html5-ui-dashboard.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/html5UIDashboard.wgt; + cp -r /opt/usr/apps/_common/js/services /opt/usr/apps/html5POC04/res/wgt/js/ + cp -r /opt/usr/apps/_common/css/* /opt/usr/apps/html5POC04/res/wgt/css/ %postun wrt-installer -un html5POC04.Dashboard