From: junkyu Han Date: Tue, 8 Dec 2015 02:20:19 +0000 (+0900) Subject: Change profile name X-Git-Tag: accepted/tizen/common/20160222.162152^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F50%2F53550%2F1;p=apps%2Fnative%2Fvolume-app.git Change profile name Change-Id: I2eb1c58c1c59588ff92d08ef6d354f54ed1d71ce --- diff --git a/packaging/org.tizen.volume.spec b/packaging/org.tizen.volume.spec index 6598ea5..ea1a6ee 100755 --- a/packaging/org.tizen.volume.spec +++ b/packaging/org.tizen.volume.spec @@ -1,10 +1,10 @@ %define _project_name volume %define _package_name org.tizen.%{_project_name} -%if "%{?tizen_profile_name}" == "wearable" +%if "%{profile}" == "wearable" ExcludeArch: %{arm} %ix86 x86_64 %endif -%if "%{?tizen_profile_name}" == "tv" +%if "%{profile}" == "tv" ExcludeArch: %{arm} %ix86 x86_64 %endif