Revert "[Tizen] Fix spin build error" 80/220280/1
authorSeungho, Baek <sbsh.baek@samsung.com>
Tue, 17 Dec 2019 01:26:45 +0000 (10:26 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Tue, 17 Dec 2019 02:02:11 +0000 (11:02 +0900)
This reverts commit c1f9dfe4d05a00d285ef4890e2c9e434bc65d2aa.

Change-Id: I5bce4be919921643b2074ce63d09df5df69f63f1

packaging/dali-adaptor.spec

index 1e01e59..a51b501 100644 (file)
@@ -392,7 +392,7 @@ pushd %{_builddir}/%{name}-%{version}/build/tizen
 pushd mobile
 %make_install
 pushd  %{buildroot}%{_libdir}
-ln -sf libdali-adaptor.so.*.*.* libdali-adaptor.so.mobile
+cp 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}
-ln -sf libdali-adaptor.so.*.*.* libdali-adaptor.so.tv
+cp 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}
-ln -sf libdali-adaptor.so.*.*.* libdali-adaptor.so.wearable
+cp 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}
-ln -sf libdali-adaptor.so.*.*.* libdali-adaptor.so.ivi
+cp 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