Clean up the spec file and change the versioning policy of shared object. 22/137322/1
authorjoonbum.ko <joonbum.ko@samsung.com>
Wed, 5 Jul 2017 08:04:51 +0000 (17:04 +0900)
committerjoonbum.ko <joonbum.ko@samsung.com>
Wed, 5 Jul 2017 08:04:54 +0000 (17:04 +0900)
commit1fec2a12d598096dc91af835717a64a2ae39ec1b
tree879b5ef6fac588743fb95eb05c6ab564fa8227d7
parentec8edd0ce17bb99fe4d4793e087141b09333f613
Clean up the spec file and change the versioning policy of shared object.

 - If user install these packages after this commit,
  symbolic links are created as shown below.

 [Packages for Installation] - Exclude .so file
  install dir = /usr/lib/
  libtpl-egl.so.{TPL_VERSION_MAJOR} -> libtpl-egl.so.{TPL_VERSION}
  libtpl-egl.so.{TPL_VERSION}
  libwayland-egl.so.{WL_EGL_VERSION_MAJOR} -> libwayland-egl.so.{WL_EGL_VERSION}
  libwayland-egl.so.{WL_EGL_VERSION}

 [Devel Packages] - Include .so files
  libtpl-egl.so -> libtpl-egl.so.{TPL_VERSION}
  libwayland-egl.so -> libwayland-egl.so.{WL_EGL_VERSION}

Change-Id: I9200e542a91d21caf7f97a0b0289e78bb6da07d5
Signed-off-by: joonbum.ko <joonbum.ko@samsung.com>
Makefile
packaging/libtpl-egl.spec
src/wayland-egl/Makefile