support to aarch64 51/46251/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150818.153538 accepted/tizen/tv/20150818.155852 accepted/tizen/wearable/20150818.160118 submit/tizen/20150818.125522 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorkj7.sung <kj7.sung@samsung.com>
Tue, 18 Aug 2015 12:52:44 +0000 (21:52 +0900)
committerkj7.sung <kj7.sung@samsung.com>
Tue, 18 Aug 2015 12:52:44 +0000 (21:52 +0900)
Change-Id: I90887b6a15c82a917ea946c649c8de81f60992b1
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
packaging/lbs-server.spec

index 41b5bf3..235724a 100644 (file)
@@ -55,11 +55,6 @@ cp %{SOURCE1} .
 cp %{SOURCE2} .
 cp %{SOURCE3} .
 
-%ifarch %{arm}
-%define ARCH armel
-%else
-%define ARCH x86
-%endif
 
 %build
 %define _prefix /usr
@@ -101,10 +96,7 @@ rm -rf %{buildroot}
 
 %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