From: Lukasz Kostyra Date: Thu, 14 Sep 2017 09:27:12 +0000 (+0200) Subject: Add ExcludeArch directives to spec X-Git-Tag: submit/tizen/20170914.115510~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f286db0bed165767b4a776a04159b8928fd9aab1;p=platform%2Fcore%2Fsecurity%2Ftef-simulator.git Add ExcludeArch directives to spec Change-Id: I91b766bf657b08039ef77b86485d700e475382d9 --- diff --git a/packaging/tef-simulator-helloworld.spec b/packaging/tef-simulator-helloworld.spec index 487e640..8af3ce1 100644 --- a/packaging/tef-simulator-helloworld.spec +++ b/packaging/tef-simulator-helloworld.spec @@ -5,6 +5,7 @@ Release: 1 Group: Security License: Apache-2.0 and BSD-3-Clause Source0: %{name}-%{version}.tar.gz +ExcludeArch: armv6l armv7hl armv7l aarch64 BuildRequires: cmake BuildRequires: boost-devel BuildRequires: pkgconfig(tef-libteec) diff --git a/packaging/tef-simulator.spec b/packaging/tef-simulator.spec index dea4928..e5aac4f 100644 --- a/packaging/tef-simulator.spec +++ b/packaging/tef-simulator.spec @@ -5,6 +5,7 @@ Release: 1 Group: Security License: Apache-2.0 and BSD-3-Clause Source0: %{name}-%{version}.tar.gz +ExcludeArch: armv6l armv7hl armv7l aarch64 BuildRequires: cmake BuildRequires: boost-devel BuildRequires: pkgconfig(dlog)