updated specfile and changelog 82/3282/1 accepted/2.0/20130404.202120 submit/2.0/20130404.205055
authorKevron Rees <tripzero.kev@gmail.com>
Thu, 4 Apr 2013 20:48:09 +0000 (13:48 -0700)
committerKevron Rees <tripzero.kev@gmail.com>
Thu, 4 Apr 2013 20:48:09 +0000 (13:48 -0700)
packaging/GhostCluster.changes
packaging/GhostCluster.spec

index 184460e..17ab5d3 100644 (file)
@@ -1,3 +1,7 @@
+* Thu Apr 04 2013 Kevron Rees <kevron.m.rees@intel.com>
+- fixed TIVI-396. 
+- now runs as web runtime widget
+
 * Mon Mar 18 2013 tripzero <kevron_m_rees@linux.intel.com> submit/2.0alpha/20130129.223232@0e21c58
 - updated version
 
index a09930c..a820a28 100644 (file)
@@ -7,22 +7,18 @@
 
 Name:       GhostCluster
 Summary:    Automotive Meter Cluster Application
-Version:    0.2013.4.1
+Version:    0.2013.4.4
 Release:    1
 Group:      Applications/System
 License:    Apache 2.0
 URL:        http://www.tizen.org
 Source0:    %{name}-%{version}.tar.gz
-BuildRequires:  desktop-file-utils
-Requires: automotive-message-broker-plugins
-
+Requires:   automotive-message-broker-plugins-websocket
+BuildRequires: zip
 
 %description
 Example guage cluster for tizen ivi
 
-
-
-
 %prep
 %setup -q -n %{name}-%{version}
 
@@ -34,7 +30,8 @@ Example guage cluster for tizen ivi
 # << build pre
 
 
-make %{?jobs:-j%jobs}
+make widget
+
 
 # >> build post
 # << build post
@@ -42,13 +39,15 @@ make %{?jobs:-j%jobs}
 rm -rf %{buildroot}
 # >> install pre
 # << install pre
+
 %make_install
 
+%post
+
+wrt-installer -i %{_datadir}/GhostCluster/GhostCluster.wgt
+
 # >> install post
 # << install post
-desktop-file-install --delete-original       \
-  --dir %{buildroot}%{_datadir}/applications             \
-   %{buildroot}%{_datadir}/applications/*.desktop
 
 
 
@@ -58,8 +57,8 @@ desktop-file-install --delete-original       \
 %files
 %defattr(-,root,root,-)
 %{_datadir}/GhostCluster
-%{_datadir}/applications/GhostCluster.desktop
-%{_datadir}/pixmaps/GhostCluster.png
+#%{_datadir}/applications/GhostCluster.desktop
+#%{_datadir}/pixmaps/GhostCluster.png
 # >> files
 # << files