From ec7c293cbac0a109acee986c4d527e4713aaff45 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 25 Jan 2009 03:05:58 +0100 Subject: properly arrange for noarch build --- GNUmakefile | 1 - phoronix-test-suite.spec | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 731f7b0..7dca9a7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,3 +1,2 @@ NAME := phoronix-test-suite include git-rpm.mk -OPTS += --target noarch-linux diff --git a/phoronix-test-suite.spec b/phoronix-test-suite.spec index e2baa9d..7dce0df 100644 --- a/phoronix-test-suite.spec +++ b/phoronix-test-suite.spec @@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: php-cli >= 5 Requires: php-gd -ExclusiveArch: noarch +BuildArch: noarch %description -- cgit