Fixed typo 47/191047/1 accepted/tizen/5.0/unified/20181102.022928 accepted/tizen/unified/20181011.095036 submit/tizen/20181011.040225 submit/tizen_5.0/20181101.000005
authorSeonah Moon <seonah1.moon@samsung.com>
Thu, 11 Oct 2018 02:52:10 +0000 (11:52 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Thu, 11 Oct 2018 02:52:15 +0000 (11:52 +0900)
Change-Id: Ic6fe04e7de87466a8cbad465326695ef6844ea8a

packaging/download-provider.spec

index 627d95f..3f9ce09 100755 (executable)
@@ -113,7 +113,7 @@ make %{?jobs:-j%jobs}
 %install
 rm -rf %{buildroot}
 %make_install
-%if "{tizen_profile_name}" == "tv"
+%if "%{?tizen_profile_name}" == "tv"
 mkdir -p %{buildroot}/etc/notstrip/
 install -m 644 packaging/download-provider.notstrip %{buildroot}/etc/notstrip/download-provider.notstrip
 %endif
@@ -156,7 +156,7 @@ chown -R web_fw:web_fw %{_data_install_path}
 %attr(0544,root,root) %{_logdump_script_dir}/dump-%{name}.sh
 ## container_enable
 %attr(0644,root,root) /etc/vasum/vsmzone.resource/download-provider.res
-%if "{tizen_profile_name}" == "tv"
+%if "%{?tizen_profile_name}" == "tv"
 /etc/notstrip/download-provider.notstrip
 %endif
 %license LICENSE.APLv2