From ac714ab5ca0a3f205b10fa4c8a074d5f462cecab Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Thu, 6 Jun 2013 13:44:39 -0700 Subject: [PATCH] Fix an issue with build barfing on the ifarch stuff in spec --- packaging/package-groups.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/package-groups.spec b/packaging/package-groups.spec index 5d01f0d..2bc2473 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 %endif mkdir -p input output -- 2.7.4