Remove notstrip file 54/292754/1 accepted/tizen/7.0/unified/20230516.110433
authorSeonah Moon <seonah1.moon@samsung.com>
Thu, 11 May 2023 10:23:06 +0000 (19:23 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 12 May 2023 08:40:08 +0000 (17:40 +0900)
notstrip file is no longer used.

Change-Id: I65eb8c7b87a1cb51e17feff4b0772d27549042ff

packaging/download-provider.spec

index ba4f7a4..faabe95 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       download-provider
 Summary:    Download the contents in background
-Version:    2.3.8
+Version:    2.3.9
 Release:    0
 Group:      Development/Libraries
 License:    Apache-2.0
@@ -137,10 +137,6 @@ make %{?jobs:-j%jobs}
 %install
 rm -rf %{buildroot}
 %make_install
-%if "%{?tizen_profile_name}" == "tv"
-mkdir -p %{buildroot}/etc/notstrip/
-install -m 644 packaging/download-provider.notstrip %{buildroot}/etc/notstrip/download-provider.notstrip
-%endif
 
 ## container_enable
 mkdir -p %{buildroot}/etc/vasum/vsmzone.resource/
@@ -177,9 +173,6 @@ 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"
-/etc/notstrip/download-provider.notstrip
-%endif
 %license LICENSE.APLv2
 
 %files devel