if profile isn't mobile, ExcludeArch armv7l aarch64 99/52499/1 submit/tizen_mobile/20151124.035951
authorChangyeon Lee <cyeon.lee@samsung.com>
Tue, 24 Nov 2015 02:46:24 +0000 (11:46 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Tue, 24 Nov 2015 02:46:24 +0000 (11:46 +0900)
Change-Id: I06a9c7fcdb1e28019cdbbd473ba4f546a0d6d6b8

packaging/libtbm-sprd.spec

index f0966c1..7900dd9 100644 (file)
@@ -5,6 +5,9 @@ License:        MIT
 Summary:        Tizen Buffer Manager - sprd backend
 Group:          System/Libraries
 ExcludeArch:    i586
+%if ("%{?profile}" != "mobile")
+ExcludeArch:    armv7l aarch64
+%endif
 Source0:        %{name}-%{version}.tar.gz
 
 BuildRequires:  pkgconfig(pthread-stubs)