From 5608316ec5abdf8b325085b6303207ec8da6385d Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Thu, 6 Jun 2013 13:23:12 -0700 Subject: [PATCH] Fix an issue with build barfing on the ifarch stuff in spec --- packaging/package-groups.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/package-groups.spec b/packaging/package-groups.spec index f789bce..5d01f0d 100644 --- a/packaging/package-groups.spec +++ b/packaging/package-groups.spec @@ -23,10 +23,10 @@ Tizen IVI Package Groups. Used with meta-* packages to generate package group pa %setup -q %build +%define __arch i586 + %ifarch %{arm} - %define __arch arm -%else - %define __arch i586 + %define __arch arm %endif mkdir -p input output -- 2.7.4