from tizen branch
authorKevron Rees <kevron_m_rees@linux.intel.com>
Mon, 22 Jul 2013 22:26:39 +0000 (15:26 -0700)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Mon, 22 Jul 2013 22:26:39 +0000 (15:26 -0700)
packaging/GhostCluster.changes
packaging/GhostCluster.spec

index f4e6f09..43cfff6 100644 (file)
@@ -1,6 +1,20 @@
 * Mon Jul 22 2013 Kevron Rees <kevron.m.rees@intel.com>
 - fixed config.xml
 
+* Fri Jul 19 2013 Kevron Rees <kevron.m.rees@intel.com>
+- added .gbs.conf
+- resubmitting to tizen
+
+* Fri Jun 28 2013 Rusty Lynch <rusty.lynch@intel.com> submit/tizen/20130626.220712@41874bc
+- Add support for wrt-install pre-installed apps
+
+* Wed Jun 26 2013 Kevron Rees <kevron.m.rees@intel.com>
+- fixed config.xml
+
+* Tue Jun 18 2013 Kevron Rees <kevron.m.rees@intel.com>
+- submission to tizen 3.0
+- no other changes
+
 * Thu Apr 04 2013 Kevron Rees <kevron.m.rees@intel.com>
 - fixed TIVI-396. 
 - now runs as web runtime widget
index 65fdd55..bc54822 100644 (file)
@@ -1,10 +1,3 @@
-# 
-# Do NOT Edit the Auto-generated Part!
-# Generated by: spectacle version 0.22
-# 
-# >> macros
-# << macros
-
 Name:       GhostCluster
 Summary:    Automotive Meter Cluster Application
 Version:    0.2013.7.22
@@ -14,6 +7,8 @@ License:    Apache 2.0
 URL:        http://www.tizen.org
 Source0:    %{name}-%{version}.tar.gz
 Requires:   automotive-message-broker-plugins-websocket
+Requires:   wrt-installer
+Requires:   wrt-plugins-ivi
 BuildRequires: zip
 
 %description
@@ -22,44 +17,19 @@ Example guage cluster for tizen ivi
 %prep
 %setup -q -n %{name}-%{version}
 
-# >> setup
-# << setup
-
 %build
-# >> build pre
-# << build pre
-
-
 make widget
 
-
-# >> build post
-# << build post
 %install
 rm -rf %{buildroot}
-# >> install pre
-# << install pre
 
 %make_install
 
 %post
-
-wrt-installer -i %{_datadir}/GhostCluster/GhostCluster.wgt
-
-# >> install post
-# << install post
-
-
-
-
-
+if [ -f /opt/usr/apps/.preinstallWidgets/preinstallDone ]; then
+    wrt-installer -i /opt/usr/apps/.preinstallWidgets/GhostCluster.wgt;
+fi
 
 %files
 %defattr(-,root,root,-)
-%{_datadir}/GhostCluster
-#%{_datadir}/applications/GhostCluster.desktop
-#%{_datadir}/pixmaps/GhostCluster.png
-# >> files
-# << files
-
-
+/opt/usr/apps/.preinstallWidgets/GhostCluster.wgt