diff options
author | brianjjones <brian.j.jones@intel.com> | 2014-03-06 15:22:26 -0800 |
---|---|---|
committer | brianjjones <brian.j.jones@intel.com> | 2014-03-06 15:53:11 -0800 |
commit | c312c8d77ebc4be9abd9d8b7a29765760744fd90 (patch) | |
tree | 4c8c1eaa9c31f131b771528a9f70bf359004113d /packaging | |
download | html5_UI_Dashboard-c312c8d77ebc4be9abd9d8b7a29765760744fd90.tar.gz html5_UI_Dashboard-c312c8d77ebc4be9abd9d8b7a29765760744fd90.tar.bz2 html5_UI_Dashboard-c312c8d77ebc4be9abd9d8b7a29765760744fd90.zip |
Initial commit of the Desktop appsubmit/tizen/20140307.001105submit/tizen/20140307.000320accepted/tizen/ivi/20140307.011013
Change-Id: I9b31a8e141d2e6ba30b28d42deeda56b1ae20a9a
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/html5-ui-dashboard.changes | 4 | ||||
-rw-r--r-- | packaging/html5-ui-dashboard.spec | 36 |
2 files changed, 40 insertions, 0 deletions
diff --git a/packaging/html5-ui-dashboard.changes b/packaging/html5-ui-dashboard.changes new file mode 100644 index 0000000..6dc0496 --- /dev/null +++ b/packaging/html5-ui-dashboard.changes @@ -0,0 +1,4 @@ +* Thu Mar 06 2014 brianjjones <brian.j.jones@intel.com> e90b1c4 +- Initial commit of the Desktop app + + diff --git a/packaging/html5-ui-dashboard.spec b/packaging/html5-ui-dashboard.spec new file mode 100644 index 0000000..4993768 --- /dev/null +++ b/packaging/html5-ui-dashboard.spec @@ -0,0 +1,36 @@ +Name: html5_UI_Dashboard +Summary: A proof of concept pure html5 UI +Version: 0.0.1 +Release: 1 +Group: Applications/System +License: Apache 2.0 +URL: http://www.tizen.org +Source0: %{name}-%{version}.tar.bz2 +BuildRequires: zip +BuildRequires: html5_UI_Common +Requires: wrt-installer +Requires: wrt-plugins-ivi + +%description +A proof of concept pure html5 UI + +%prep +%setup -q -n %{name}-%{version} + +%build + +make wgtPkg + +%install +rm -rf %{buildroot} +%make_install + +%post + wrt-installer -i /opt/usr/apps/.preinstallWidgets/html5UIDashboard.wgt; + +%postun + wrt-installer -un html5POC04.Dashboard + +%files +%defattr(-,root,root,-) +/opt/usr/apps/.preinstallWidgets/html5UIDashboard.wgt |