Revert "[3.0] Tizen Directory Migration" 11/83111/1
authortaeyoon <taeyoon0.lee@samsung.com>
Tue, 9 Aug 2016 07:59:01 +0000 (16:59 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Tue, 9 Aug 2016 08:00:24 +0000 (17:00 +0900)
This reverts commit ccd3debb4b6634f1e4254532cae445ddf082999a.

Change-Id: I0abc6ca77c0f2af418ccbee02168484035be5ef6

packaging/dali.spec

index ae25f34..dfa78e5 100644 (file)
@@ -12,10 +12,6 @@ Requires(postun): /sbin/ldconfig
 BuildRequires:  pkgconfig
 BuildRequires:  gawk
 
-%if "%{tizen_version_major}" == "3"
-BuildRequires:  pkgconfig(libtzplatform-config)
-%endif
-
 %description
 The OpenGLES Canvas Core Library provides a 3D scene graph
 
@@ -47,19 +43,8 @@ Integration development package for the OpenGLES Canvas - headers for integratin
 ##############################
 %prep
 %setup -q
-
-#Use TZ_PATH when tizen version is 3.x
-
-%if "%{tizen_version_major}" == "2"
 %define dali_data_rw_dir /opt/usr/share/dali/
 %define dali_data_ro_dir /usr/share/dali/
-%endif
-
-%if "%{tizen_version_major}" == "3"
-%define dali_data_rw_dir %TZ_SYS_SHARE/dali/
-%define dali_data_ro_dir %TZ_SYS_RO_SHARE/dali/
-%endif
-
 %define dev_include_path %{_includedir}
 
 ##############################