diff options
author | taesub kim <taesub.kim@samsung.com> | 2017-07-20 10:22:54 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2017-07-25 16:15:44 +0900 |
commit | fbfe7f294b84c92890af8afe0e98d54b001033c3 (patch) | |
tree | 0773a44acdf849deb7dbd4a637cc99535ca4e629 | |
parent | c34e2f934cd0cca362e7fbe1a85a2f21e7056464 (diff) | |
download | libsoup-fbfe7f294b84c92890af8afe0e98d54b001033c3.tar.gz libsoup-fbfe7f294b84c92890af8afe0e98d54b001033c3.tar.bz2 libsoup-fbfe7f294b84c92890af8afe0e98d54b001033c3.zip |
Modified macro for tv profilesubmit/tizen/20170726.064343accepted/tizen/unified/20170727.190839
Change-Id: I7f1e9699eeb880a4d8982e564596bec1818fb013
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
-rw-r--r-- | packaging/libsoup.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/libsoup.spec b/packaging/libsoup.spec index d03e43da..daeb7634 100644 --- a/packaging/libsoup.spec +++ b/packaging/libsoup.spec @@ -89,7 +89,7 @@ chmod +x autogen.sh --enable-sqlite=yes \ --disable-tls-check \ %endif -%if "%{TIZEN_PROFILE_TV}" == "1" +%if "{tizen_profile_name}" == "tv" --enable-tizen-client-certificate=yes \ --enable-tizen-disable-mime-sniff \ --enable-tizen-text-storage-mode-of-cookie \ |