Do Not Use Repository in Build Script 26/109626/5
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 11 Jan 2017 03:19:00 +0000 (12:19 +0900)
committerPiotr Kosko <p.kosko@samsung.com>
Thu, 16 Feb 2017 07:33:30 +0000 (08:33 +0100)
- This is for Tizen 4.0 Only

- We are going to unify the repositories. Do NOT use repository macro.
(Using repository to identify arch is not recommended and will be banned.)

Change-Id: Ie547f54b072882527deb605b013a10ec5dc95893
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/webapi-plugins.spec

index 377b1fb0e3a64a72d0f2e839d2b803545240a45c..5cd9b0c34d2be08e1fc7492906bce1568ffa1b98 100644 (file)
@@ -24,7 +24,7 @@ Source0:    %{name}-%{version}.tar.gz
 %define tizen_is_emulator           1
 %endif
 
-%if "%{_repository}" == "arm64-wayland"
+%ifarch aarch64
 # 64bit
 %define tizen_is_arm64           1
 %else