From c6d7699a0a9368c84a577c4d56a410eade15bf6b Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Wed, 3 Apr 2013 15:48:32 -0700 Subject: [PATCH] updated spec to use wrt --- packaging/GhostCluster.spec | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/packaging/GhostCluster.spec b/packaging/GhostCluster.spec index de75e5c..cd1af8b 100644 --- a/packaging/GhostCluster.spec +++ b/packaging/GhostCluster.spec @@ -13,16 +13,12 @@ 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 %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,13 @@ make %{?jobs:-j%jobs} rm -rf %{buildroot} # >> install pre # << install pre -%make_install +# %make_install + +make install_widget +wrt-installer -i %{_datadir}/GhostCluster/GhostCluster.wgt # >> install post # << install post -desktop-file-install --delete-original \ - --dir %{buildroot}%{_datadir}/applications \ - %{buildroot}%{_datadir}/applications/*.desktop -- 2.7.4