Correctly Spec file 93/71193/1 accepted/tizen/mobile/20160525.003623 submit/tizen/20160524.110742 submit/tizen/20160525.050928
authorJihoon Jung <jh8801.jung@samsung.com>
Tue, 24 May 2016 11:03:55 +0000 (20:03 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Tue, 24 May 2016 11:04:35 +0000 (20:04 +0900)
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I18ef6a859dba75672eb1013211dcffe2447de923

packaging/ug-nfc-efl.spec

index fe8c193da18a83ef9ae9a7386b7c9e72fae0cde7..759d4f457889de02f76a5f29ab0b40d740936eb4 100644 (file)
@@ -1,22 +1,24 @@
-%if 0
-Name:       ug-nfc-efl
-Summary:    NFC Setting UI for Mobile profile
+%if "%{?profile}" == "mobile"
 %global PREFIX  /usr/ug
 %endif
 
-%if 1
-Name:       org.tizen.nfc-setting-app
-Summary:    NFC Setting UI for Wearable profile
-%global PREFIX  %{_prefix}/apps/%{name}
+%if "%{?profile}" == "wearable"
+%global PREFIX  %{_prefix}/apps/org.tizen.nfc-setting-app/
+%endif
+
+%if "%{?profile}" == "tv"
+ExcludeArch: %{arm} %ix86 x86_64
 %endif
 
+Name:       ug-nfc-efl
+Summary:    NFC Setting UI
 Version:    3.1.0
 Release:    0
 Group:      App/Network
 License:    Flora-1.1
 Source0:    %{name}-%{version}.tar.gz
 
-%if 0
+%if "%{?profile}" == "mobile"
 BuildRequires:  pkgconfig(ui-gadget-1)
 BuildRequires:  pkgconfig(notification)
 BuildRequires:  pkgconfig(capi-content-mime-type)
@@ -25,7 +27,7 @@ BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(notification)
 %endif
 
-%if 1
+%if "%{?profile}" == "wearable"
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(pkgmgr-info)
 BuildRequires:  pkgconfig(syspopup)
@@ -51,10 +53,10 @@ NFC Setting UI
 
 %build
 cmake . -DCMAKE_INSTALL_PREFIX=%{PREFIX} \
-%if 0
+%if "%{?profile}" == "mobile"
        -DTIZEN_MOBILE=1
 %endif
-%if 1
+%if "%{?profile}" == "wearable"
        -DTIZEN_WEARABLE=1
 %endif