Prepare for Tizen 4.0 Build 40/114840/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 15 Feb 2017 08:03:43 +0000 (17:03 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 15 Feb 2017 08:12:13 +0000 (17:12 +0900)
- Changed the Tizen version as Number, not String

Change-Id: I9619bbfd844e73988507bf9391150dbb0dc98549
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
packaging/dali-toolkit.spec

index f301af8..ef6a3a3 100644 (file)
@@ -22,7 +22,7 @@ BuildRequires:  dali-adaptor-devel
 
 #need libtzplatform-config for directory if tizen version is 3.x
 
-%if "%{tizen_version_major}" == "3"
+%if 0%{?tizen_version_major} >= 3
 BuildRequires:  pkgconfig(libtzplatform-config)
 %endif