diff options
author | jin0.kim <jin0.kim@samsung.com> | 2015-12-08 18:08:54 +0830 |
---|---|---|
committer | jin0.kim <jin0.kim@samsung.com> | 2015-12-08 18:08:54 +0830 |
commit | a1042e4fbeea9004acaa6621aab40f2ebcbae5fc (patch) | |
tree | a268b732865a0fab9d0e29d27a175970e8ce5d2f | |
parent | 906b84931ea78b8d974ca66d8d7477147ec1eaf8 (diff) | |
download | quickpanel-a1042e4fbeea9004acaa6621aab40f2ebcbae5fc.tar.gz quickpanel-a1042e4fbeea9004acaa6621aab40f2ebcbae5fc.tar.bz2 quickpanel-a1042e4fbeea9004acaa6621aab40f2ebcbae5fc.zip |
Exclude TV, Wearable profilesubmit/tizen/20151209.070418accepted/tizen/wearable/20151209.133435accepted/tizen/tv/20151209.133432accepted/tizen/mobile/20151209.133426
Change-Id: I4b5a77642ccd6f557ccd9b7d0134bb7e220f4875
-rwxr-xr-x | packaging/org.tizen.quickpanel.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/org.tizen.quickpanel.spec b/packaging/org.tizen.quickpanel.spec index 8e415dc..4afc1e3 100755 --- a/packaging/org.tizen.quickpanel.spec +++ b/packaging/org.tizen.quickpanel.spec @@ -17,11 +17,11 @@ Source103: org.tizen.quickpanel.manifest.3.0 Source103: org.tizen.quickpanel.manifest.2.4 %endif -%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 |