Release version 1.3.18 69/224169/2
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 7 Feb 2020 01:28:58 +0000 (10:28 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 7 Feb 2020 01:28:58 +0000 (10:28 +0900)
Changes:
 - Change directory path for Tizen 6.0

Change-Id: I807dcebfd2d7825dffb73d448c66503927fd1615
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
package/build.linux
package/build.macos
package/build.windows
package/pkginfo.manifest
package/tidlc.install.linux
package/tidlc.install.macos
package/tidlc.install.windows
package/tidlc.remove.windows
packaging/tidl.spec
release/windows-32/tidlc.exe
release/windows-64/tidlc.exe

index 5d005c0..d784320 100755 (executable)
@@ -31,8 +31,8 @@ install()
                then
                        INSTALL_DIR=${SRCDIR}/package/${package_name}.package.${platform}
 
-                       mkdir -p ${INSTALL_DIR}/data/platforms/tizen-5.5/common/tidl
-                       cp ${SRCDIR}/build/idlc/tidlc ${INSTALL_DIR}/data/platforms/tizen-5.5/common/tidl/
+                       mkdir -p ${INSTALL_DIR}/data/platforms/tizen-6.0/common/tidl
+                       cp ${SRCDIR}/build/idlc/tidlc ${INSTALL_DIR}/data/platforms/tizen-6.0/common/tidl/
                fi
        done
 }
index cf3cd13..9c69acb 100755 (executable)
@@ -19,9 +19,9 @@ install()
 {
        echo "TARGET_OS: ${TARGET_OS}"
        echo "=========================================INSTALL============================================"
-       INSTALL_DIR=${SRCDIR}/package/5.5-tidlc.package.macos-64
-       mkdir -p ${INSTALL_DIR}/data/platforms/tizen-5.5/common/tidl
-       cp ${SRCDIR}/build/idlc/tidlc ${INSTALL_DIR}/data/platforms/tizen-5.5/common/tidl/
+       INSTALL_DIR=${SRCDIR}/package/6.0-tidlc.package.macos-64
+       mkdir -p ${INSTALL_DIR}/data/platforms/tizen-6.0/common/tidl
+       cp ${SRCDIR}/build/idlc/tidlc ${INSTALL_DIR}/data/platforms/tizen-6.0/common/tidl/
 }
 
 [ "$1" = "clean" ] && clean
index b33aa6a..f090359 100644 (file)
@@ -19,9 +19,9 @@ install()
 {
        echo "TARGET_OS: ${TARGET_OS}"
         echo "=========================================INSTALL============================================"
-        INSTALL_DIR=${SRCDIR}/package/5.5-tidlc.package.${TARGET_OS}
-        mkdir -p ${INSTALL_DIR}/data/platforms/tizen-5.5/common/tidl
-        cp ${SRCDIR}/release/${TARGET_OS}/tidlc.exe ${INSTALL_DIR}/data/platforms/tizen-5.5/common/tidl/
+        INSTALL_DIR=${SRCDIR}/package/6.0-tidlc.package.${TARGET_OS}
+        mkdir -p ${INSTALL_DIR}/data/platforms/tizen-6.0/common/tidl
+        cp ${SRCDIR}/release/${TARGET_OS}/tidlc.exe ${INSTALL_DIR}/data/platforms/tizen-6.0/common/tidl/
 }
 
 [ "$1" = "clean" ] && clean
index 9b3d795..d1cd5a9 100644 (file)
@@ -1,28 +1,28 @@
-Version:1.3.17
+Version:1.3.18
 Source:tidlc
 Maintainer:JungHoon Park <jh9216.park@samsung.com>, Hwankyu Jhun <h.jhun@samsung.com>, Inkyun Kil <inkyun.kil@samsung.com>
 
-Package:5.5-tidlc
+Package:6.0-tidlc
 OS:ubuntu-32
 Build-host-os:ubuntu-32
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:5.5-tidlc
+Package:6.0-tidlc
 OS:windows-32
 Build-host-os:windows-32
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:5.5-tidlc
+Package:6.0-tidlc
 OS:ubuntu-64
 Build-host-os:ubuntu-64
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:5.5-tidlc
+Package:6.0-tidlc
 OS:windows-64
 Build-host-os:windows-64
 Description:Compiler for making stub or proxy code block from TIDL file
 
-Package:5.5-tidlc
+Package:6.0-tidlc
 OS:macos-64
 Build-host-os:macos-64
 Description:Compiler for making stub or proxy code block from TIDL file
index e7138fe..1fb4876 100755 (executable)
@@ -6,7 +6,7 @@ if [ "x${s}" = "x" ] ; then
     cat >> ${HOME}/.bashrc << END
 ## Tizen SDK configuration
 # This is generated by Tizen SDK. Please do not modify by yourself.
-export PATH=\$PATH:${INSTALLED_PATH}/platforms/tizen-5.5/common/tidl
+export PATH=\$PATH:${INSTALLED_PATH}/platforms/tizen-6.0/common/tidl
 ## End Tizen SDK configuration
 END
 fi
index 2d40e8a..27f1e1f 100755 (executable)
@@ -6,7 +6,7 @@ if [ "x${s}" = "x" ] ; then
     cat >> ${HOME}/.bashrc << END
 ## Tizen SDK configuration
 # This is generated by Tizen SDK. Please do not modify by yourself.
-export PATH=\$PATH:${INSTALLED_PATH}/platforms/tizen-5.5/common/tidl
+export PATH=\$PATH:${INSTALLED_PATH}/platforms/tizen-6.0/common/tidl
 ## End Tizen SDK configuration
 END
 fi
index 5645059..1860ca6 100644 (file)
@@ -1,6 +1,6 @@
 @echo off
 
-set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-5.5\common\tidl
+set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-6.0\common\tidl
 
 echo adding tidl path...
 setx -m PATH "%path%;%TIDL_PATH%"
index 99cb85e..5916cff 100644 (file)
@@ -1,6 +1,6 @@
 @echo off
 
-set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-5.5\common\tidl
+set TIDL_PATH=%INSTALLED_PATH%\platforms\tizen-6.0\common\tidl
 del %TIDL_PATH%\tidlc.exe
 
 echo removing tidl path...
index d29854f..a138bf2 100644 (file)
@@ -1,6 +1,6 @@
 Name:       tidl
 Summary:    Tizen Interface Definition Language
-Version:    1.3.17
+Version:    1.3.18
 Release:    1
 Group:      Application Framework/Building
 License:    Apache-2.0
index 5a77de5..2a8024c 100755 (executable)
Binary files a/release/windows-32/tidlc.exe and b/release/windows-32/tidlc.exe differ
index 2070b4e..7922f65 100755 (executable)
Binary files a/release/windows-64/tidlc.exe and b/release/windows-64/tidlc.exe differ