From: Graydon, Tracy Date: Thu, 6 Jun 2013 20:23:12 +0000 (-0700) Subject: Fix an issue with build barfing on the ifarch stuff in spec X-Git-Tag: submit/tizen/20130606.202315^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=5608316ec5abdf8b325085b6303207ec8da6385d;p=profile%2Fivi%2Fpackage-groups.git Fix an issue with build barfing on the ifarch stuff in spec --- 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