Package renaming with capi-media-sound-pool 34/139234/3
authorSeungbae Shin <seungbae.shin@samsung.com>
Tue, 18 Jul 2017 04:44:14 +0000 (13:44 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Thu, 20 Jul 2017 04:15:21 +0000 (13:15 +0900)
[Version] 0.0.4
[Issue Type] Naming

Change-Id: I3f46efd01ee3721216cfed9227fad34e71fc6267

AUTHORS [changed mode: 0755->0644]
CMakeLists.txt [changed mode: 0755->0644]
capi-media-sound-pool.pc.in [moved from sound-pool.pc.in with 100% similarity]
packaging/capi-media-sound-pool.manifest [moved from packaging/sound-pool.manifest with 100% similarity]
packaging/capi-media-sound-pool.spec [moved from packaging/sound-pool.spec with 94% similarity]

diff --git a/AUTHORS b/AUTHORS
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 7be5a4e..c321ffd
@@ -1,6 +1,6 @@
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
-SET(fw_name "sound-pool")
+SET(fw_name "capi-media-sound-pool")
 
 PROJECT(${fw_name})
 
@@ -10,11 +10,9 @@ SET(INC_DIR include)
 INCLUDE_DIRECTORIES(${INC_DIR})
 
 SET(dependents "dlog glib-2.0 openal freealut" )
-SET(pc_dependents "dlog glib-2.0 openal freealut" )
 
 IF(DEFINED ENV{ENABLE_ALURE})
     SET(dependents "${dependents} alure" )
-    SET(pc_dependents "${pc_dependents} alure" )
     SET(PKG_CONFIG_CFLAGS "${PKG_CONFIG_CFLAGS} -DENABLE_ALURE")
     SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -DENABLE_ALURE")
 ENDIF()
similarity index 100%
rename from sound-pool.pc.in
rename to capi-media-sound-pool.pc.in
similarity index 94%
rename from packaging/sound-pool.spec
rename to packaging/capi-media-sound-pool.spec
index 43f88d4..c0dcb16 100644 (file)
@@ -1,12 +1,12 @@
-Name:       sound-pool
-Version:    0.0.3
+Name:       capi-media-sound-pool
+Version:    0.0.4
 Summary:    Tizen Sound Pool module
 Release:    0
 Group:      Multimedia/Framework
 License:    Apache-2.0
 URL:        http://source.tizen.org
 Source0:    %{name}-%{version}.tar.gz
-Source1001:    sound-pool.manifest
+Source1001:    %{name}.manifest
 BuildRequires: cmake
 BuildRequires: pkgconfig(dlog)
 BuildRequires: pkgconfig(glib-2.0)