summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorbrianjjones <brian.j.jones@intel.com>2014-03-06 15:27:34 -0800
committerbrianjjones <brian.j.jones@intel.com>2014-03-06 15:54:34 -0800
commitb00d3569782248ebaedb59645b9f906c7089e136 (patch)
treecfee651ebcfb3c257d2bca7b253fb02f6e502806 /packaging
downloadhtml5_UI_Nav-b00d3569782248ebaedb59645b9f906c7089e136.tar.gz
html5_UI_Nav-b00d3569782248ebaedb59645b9f906c7089e136.tar.bz2
html5_UI_Nav-b00d3569782248ebaedb59645b9f906c7089e136.zip
Change-Id: Ief62f1f84b94e39e408da24f7243e9f50d8a849a
Diffstat (limited to 'packaging')
-rw-r--r--packaging/html5-ui-nav.changes4
-rw-r--r--packaging/html5-ui-nav.spec36
2 files changed, 40 insertions, 0 deletions
diff --git a/packaging/html5-ui-nav.changes b/packaging/html5-ui-nav.changes
new file mode 100644
index 0000000..cf13247
--- /dev/null
+++ b/packaging/html5-ui-nav.changes
@@ -0,0 +1,4 @@
+* Thu Mar 06 2014 brianjjones <brian.j.jones@intel.com> 89f9c11
+- Initial commit of the Navigation app
+
+
diff --git a/packaging/html5-ui-nav.spec b/packaging/html5-ui-nav.spec
new file mode 100644
index 0000000..74e3fa0
--- /dev/null
+++ b/packaging/html5-ui-nav.spec
@@ -0,0 +1,36 @@
+Name: html5_UI_Nav
+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/html5UINav.wgt;
+
+%postun
+ wrt-installer -un html5POC08.Nav
+
+%files
+%defattr(-,root,root,-)
+/opt/usr/apps/.preinstallWidgets/html5UINav.wgt