Build enable in common profile 10/65410/1 accepted/tizen_tv accepted/tizen/common/20160411.125629 accepted/tizen/ivi/20160411.051028 accepted/tizen/mobile/20160411.051010 accepted/tizen/tv/20160411.051013 accepted/tizen/wearable/20160411.051007 submit/tizen/20160411.005002
authorWootak Jung <wootak.jung@samsung.com>
Sun, 10 Apr 2016 23:59:55 +0000 (08:59 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Mon, 11 Apr 2016 00:00:38 +0000 (09:00 +0900)
Change-Id: If2491e782297debed6c6ea3479cf2802db0d8108

packaging/libcall-manager.spec

index 38eb36d9f62de5de7c54b5db0027f542a064e15b..5ae64f9c9b705ed5330e0cd691ad2551d563fdcc 100755 (executable)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 0
-%define patchlevel 8
+%define patchlevel 9
 %define ext_feature 0
 
 Name:           libcall-manager
@@ -23,7 +23,7 @@ BuildRequires: pkgconfig(capi-system-info)
 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