Change-Id: Ia9da5582ac12a67d224257fe2fc7c7e6fb350c12
Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
# emuld package spec file
#
+%bcond_with emulator
+
%define emuld_major_version 0
%define emuld_minor_version 10
%define emuld_release_number 15
BuildRequires: pkgconfig(capi-network-connection)
BuildRequires: pkgconfig(eventsystem)
+%if %{with emulator}
+ExclusiveArch: %{ix86} x86_64
+%else
+ExclusiveArch:
+%endif
+
%description
A emulator daemon is used for communication between guest and host