From b00d3569782248ebaedb59645b9f906c7089e136 Mon Sep 17 00:00:00 2001 From: brianjjones Date: Thu, 6 Mar 2014 15:27:34 -0800 Subject: Initial commit of the Navigation app Change-Id: Ief62f1f84b94e39e408da24f7243e9f50d8a849a --- packaging/html5-ui-nav.changes | 4 ++++ packaging/html5-ui-nav.spec | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 packaging/html5-ui-nav.changes create mode 100644 packaging/html5-ui-nav.spec (limited to 'packaging') 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 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 -- cgit v1.2.3