diff options
author | brianjjones <brian.j.jones@intel.com> | 2014-03-06 15:57:42 -0800 |
---|---|---|
committer | brianjjones <brian.j.jones@intel.com> | 2014-03-06 15:58:12 -0800 |
commit | 0f81f67b346814f220c2d9843c87b39cbfa2e2c8 (patch) | |
tree | bb993428b3eb3417375d020d65dc2a4e24d2ffe2 /packaging | |
download | html5_UI_Homescreen-0f81f67b346814f220c2d9843c87b39cbfa2e2c8.tar.gz html5_UI_Homescreen-0f81f67b346814f220c2d9843c87b39cbfa2e2c8.tar.bz2 html5_UI_Homescreen-0f81f67b346814f220c2d9843c87b39cbfa2e2c8.zip |
Initial commit of the Homescreen appsubmit/tizen/20140307.001019submit/tizen/20140307.000212accepted/tizen/ivi/20140307.010814
Change-Id: If1057f57109faac93ab1d9b1c28e7a9da800146a
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/html5-ui-homescreen.changes | 1 | ||||
-rw-r--r-- | packaging/html5-ui-homescreen.spec | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/packaging/html5-ui-homescreen.changes b/packaging/html5-ui-homescreen.changes new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/packaging/html5-ui-homescreen.changes @@ -0,0 +1 @@ + diff --git a/packaging/html5-ui-homescreen.spec b/packaging/html5-ui-homescreen.spec new file mode 100644 index 0000000..c18cd90 --- /dev/null +++ b/packaging/html5-ui-homescreen.spec @@ -0,0 +1,36 @@ +Name: html5_UI_Homescreen +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/html5UIHomescreen.wgt; + +%postun + wrt-installer -un html5POC05.Homescreen + +%files +%defattr(-,root,root,-) +/opt/usr/apps/.preinstallWidgets/html5UIHomescreen.wgt |