From: jinwang.an Date: Tue, 10 Jan 2017 08:06:11 +0000 (+0900) Subject: Remove %ix86 in .spec file. X-Git-Tag: accepted/tizen/common/20170309.174848~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53448fb3b30af6d5e2e534f7b454c3268014e710;p=platform%2Fcore%2Fcsapi%2Fsystem-settings.git Remove %ix86 in .spec file. To support %ix86 build. Change-Id: I51da5cc2de8848f69dca21d448c1488c371f96e9 Signed-off-by: jinwang.an --- diff --git a/packaging/csapi-system-settings.spec b/packaging/csapi-system-settings.spec index 861c6bf..7337626 100644 --- a/packaging/csapi-system-settings.spec +++ b/packaging/csapi-system-settings.spec @@ -9,7 +9,7 @@ Source0: %{name}-%{version}.tar.gz Source1: %{name}.manifest AutoReqProv: no -ExcludeArch: aarch64 %ix86 +ExcludeArch: aarch64 BuildRequires: dotnet-build-tools @@ -41,4 +41,4 @@ done %files %manifest %{name}.manifest %license LICENSE -%attr(644,root,root) %{dotnet_assembly_files} \ No newline at end of file +%attr(644,root,root) %{dotnet_assembly_files}