[0.2.54] Remove so versioning and symlink files 90/131590/1
authorEunhae Choi <eunhae1.choi@samsung.com>
Tue, 30 May 2017 06:23:21 +0000 (15:23 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Tue, 30 May 2017 06:23:21 +0000 (15:23 +0900)
Change-Id: I04ab621ae89d6c523906ccc71483e03e64a10542

legacy/CMakeLists.txt
muse/CMakeLists.txt
packaging/mmsvc-player.spec

index 7b095005b1b5e865be9e8fee5fe129bbbbf5c3b9..7841f53a8c91e38fda68a06cb7d8a065176bba4a 100644 (file)
@@ -45,8 +45,6 @@ TARGET_LINK_LIBRARIES(${fw_name} ${${fw_name}_LDFLAGS})
 
 SET_TARGET_PROPERTIES(${fw_name}
      PROPERTIES
-     VERSION ${FULLVER}
-     SOVERSION ${MAJORVER}
      CLEAN_DIRECT_OUTPUT 1
 )
 
index f1b6e15e5794878f8730b8ed6e160a9b3a383755..9d54c918054742f03c92909b20199762c7ee26b9 100644 (file)
@@ -40,8 +40,6 @@ TARGET_LINK_LIBRARIES(${fw_name} legacy-player ${${fw_name}_LDFLAGS})
 
 SET_TARGET_PROPERTIES(${fw_name}
      PROPERTIES
-     VERSION ${FULLVER}
-     SOVERSION ${MAJORVER}
      CLEAN_DIRECT_OUTPUT 1
 )
 
index 1d75d3041c76393b9a5d38de7266a15da963a17f..828e82b7a2db5a0f8c748f8930d2231485c1fddf 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmsvc-player
 Summary:    A Media Player module for muse server
-Version:    0.2.53
+Version:    0.2.54
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0
@@ -69,12 +69,10 @@ rm -rf %{buildroot}
 %files
 %manifest mmsvc-player.manifest
 %license LICENSE.Apache-2.0
-%{_libdir}/liblegacy-player.so*
-%{_libdir}/libmuse-player.so*
+%{_libdir}/liblegacy-player.so
+%{_libdir}/libmuse-player.so
 
 %files devel
 %{_includedir}/media/*.h
 %{_includedir}/media/*.def
 %{_libdir}/pkgconfig/*.pc
-%{_libdir}/liblegacy-player.so
-%{_libdir}/libmuse-player.so