Build enable in common profile 63/65463/1 accepted/tizen/ivi/20160412.010405 accepted/tizen/mobile/20160412.010414 accepted/tizen/tv/20160412.010323 accepted/tizen/wearable/20160412.010332 submit/tizen/20160411.233704
authorWootak Jung <wootak.jung@samsung.com>
Mon, 11 Apr 2016 07:49:45 +0000 (16:49 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Mon, 11 Apr 2016 07:49:45 +0000 (16:49 +0900)
Change-Id: I41649cee8849b5ec1e89496516122a6d6c962f07

packaging/call-manager.spec

index caaf3ea..5bfb95b 100755 (executable)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 1
-%define patchlevel 55
+%define patchlevel 56
 %define ext_feature 0
 
 Name:           call-manager
@@ -57,7 +57,7 @@ BuildRequires: pkgconfig(msg-service)
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
-%if "%{profile}" != "mobile" && "%{profile}" != "ivi"
+%if "%{profile}" != "common" && "%{profile}" != "mobile" && "%{profile}" != "ivi"
 ExcludeArch: %{arm} %ix86 x86_64
 %endif