[Tizen] Fix spin build error 00/220100/1 submit/tizen_5.5/20191213.072356 submit/tizen_5.5/20191215.122227 submit/tizen_5.5/20191216.094625
authorSeungho, Baek <sbsh.baek@samsung.com>
Fri, 13 Dec 2019 06:19:48 +0000 (15:19 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Fri, 13 Dec 2019 06:20:18 +0000 (15:20 +0900)
Change-Id: I6d3b23226822750215e3bbc71f749019a7fc4041
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
packaging/dali-adaptor.spec

index a51b501..1e01e59 100644 (file)
@@ -392,7 +392,7 @@ pushd %{_builddir}/%{name}-%{version}/build/tizen
 pushd mobile
 %make_install
 pushd  %{buildroot}%{_libdir}
-cp libdali-adaptor.so.*.*.* libdali-adaptor.so.mobile
+ln -sf libdali-adaptor.so.*.*.* libdali-adaptor.so.mobile
 popd
 %if "%{?profile}" != "mobile"
 make clean # So that we can gather symbol/size information for only one profile if we're building all profiles
@@ -405,7 +405,7 @@ popd
 pushd tv
 %make_install
 pushd  %{buildroot}%{_libdir}
-cp libdali-adaptor.so.*.*.* libdali-adaptor.so.tv
+ln -sf libdali-adaptor.so.*.*.* libdali-adaptor.so.tv
 popd
 %if "%{?profile}" != "tv"
 make clean # So that we can gather symbol/size information for only one profile if we're building all profiles
@@ -418,7 +418,7 @@ popd
 pushd wearable
 %make_install
 pushd  %{buildroot}%{_libdir}
-cp libdali-adaptor.so.*.*.* libdali-adaptor.so.wearable
+ln -sf libdali-adaptor.so.*.*.* libdali-adaptor.so.wearable
 popd
 %if "%{?profile}" != "wearable"
 make clean # So that we can gather symbol/size information for only one profile if we're building all profiles
@@ -431,7 +431,7 @@ popd
 pushd ivi
 %make_install
 pushd  %{buildroot}%{_libdir}
-cp libdali-adaptor.so.*.*.* libdali-adaptor.so.ivi
+ln -sf libdali-adaptor.so.*.*.* libdali-adaptor.so.ivi
 popd
 %if "%{?profile}" != "ivi"
 make clean # So that we can gather symbol/size information for only one profile if we're building all profiles