excluded wearble profile 28/53128/4 accepted/tizen/mobile/20151202.092104 accepted/tizen/tv/20151202.092128 submit/tizen_mobile/20151202.051031 submit/tizen_tv/20151202.051055
authorIckhee Woo <ickhee.woo@samsung.com>
Wed, 2 Dec 2015 04:57:16 +0000 (13:57 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Wed, 2 Dec 2015 05:06:06 +0000 (21:06 -0800)
Change-Id: Ieccf9bebd9c4c44fd4c68effaaf6958a139ec4ac
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
packaging/oauth2.spec

index a9d6cdb..7dd5f65 100644 (file)
@@ -1,11 +1,15 @@
 Name:       oauth2
 Summary:    Tizen oauth 2.0 Framework
-Version:    0.0.1
+Version:    0.0.3
 Release:    1
 Group:      Social & Content/API
 License:    Apache-2.0
 Source0:    oauth2-%{version}.tar.gz
 
+%if "%{?profile}" == "wearable"
+ExcludeArch: %{arm} %ix86 x86_64
+%endif
+
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(bundle)
@@ -13,9 +17,9 @@ BuildRequires:  pkgconfig(capi-base-common)
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(efl-extension)
 %if "%{?tizen_version}" == "3.0"
-BuildRequires: pkgconfig(chromium-efl)
+BuildRequires:  pkgconfig(chromium-efl)
 %else
-BuildRequires: pkgconfig(ewebkit2)
+BuildRequires:  pkgconfig(ewebkit2)
 %endif
 
 BuildRequires:  pkgconfig(json-glib-1.0)