Remove notstrip file 02/292702/1 accepted/tizen/unified/20230528.171024
authorSeonah Moon <seonah1.moon@samsung.com>
Thu, 11 May 2023 10:23:06 +0000 (19:23 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Thu, 11 May 2023 10:23:10 +0000 (19:23 +0900)
notstrip file is no longer used.

Change-Id: I0c5737946ed7033a50a3f090a33b6501f06f417d

packaging/download-provider.spec

index 1f93da3..a82da48 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       download-provider
 Summary:    Download the contents in background
-Version:    2.3.11
+Version:    2.3.12
 Release:    0
 Group:      Development/Libraries
 License:    Apache-2.0
@@ -138,10 +138,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
 
 mkdir -p %{buildroot}/var/lib/download-provider/
 install -m 600 res/var/lib/download-provider/settings %{buildroot}/var/lib/download-provider/settings
@@ -185,9 +181,6 @@ chown -R web_fw:web_fw /opt/usr/data/download_cache
 %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