Change-Id: I90887b6a15c82a917ea946c649c8de81f60992b1
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
cp %{SOURCE2} .
cp %{SOURCE3} .
-%ifarch %{arm}
-%define ARCH armel
-%else
-%define ARCH x86
-%endif
%build
%define _prefix /usr
%post
-%ifarch %arm
- vconftool set -t int "db/location/replay/ReplayEnabled" "0" -s "tizen::vconf::platform::rw" -g 6514 -f
- vconftool set -t int "db/location/replay/ReplayMode" "1" -s "tizen::vconf::platform::rw" -g 6514 -f
-%else if %aarch64
+%ifarch %{arm} aarch64
vconftool set -t int "db/location/replay/ReplayEnabled" "0" -s "tizen::vconf::platform::rw" -g 6514 -f
vconftool set -t int "db/location/replay/ReplayMode" "1" -s "tizen::vconf::platform::rw" -g 6514 -f
%else