Exclude common and ivi profile in spec file 95/77995/1
authorsungwook79.park <sungwook79.park@samsung.com>
Mon, 4 Jul 2016 01:38:39 +0000 (10:38 +0900)
committersungwook79.park <sungwook79.park@samsung.com>
Mon, 4 Jul 2016 01:38:39 +0000 (10:38 +0900)
Change-Id: I7e1dd342aa10baa460e019c5950da5bca4d6df75
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
packaging/org.tizen.inputdelegator.spec

index a2e2d5b..852c194 100755 (executable)
@@ -46,6 +46,14 @@ ExcludeArch: %{arm} %ix86 x86_64
 ExcludeArch: %{arm} %ix86 x86_64
 %endif
 
+%if "%{?profile}" == "common"
+ExcludeArch: %{arm} %ix86 x86_64
+%endif
+
+%if "%{?profile}" == "ivi"
+ExcludeArch: %{arm} %ix86 x86_64
+%endif
+
 %define _appdir                /usr/apps
 %define _app_destdir   %{_appdir}/%{name}