From acde3906013e3aebdd710024f80495f847ac384a Mon Sep 17 00:00:00 2001 From: Seungbae Shin Date: Tue, 18 Jul 2017 13:44:14 +0900 Subject: [PATCH] Package renaming with capi-media-sound-pool [Version] 0.0.4 [Issue Type] Naming Change-Id: I3f46efd01ee3721216cfed9227fad34e71fc6267 --- AUTHORS | 0 CMakeLists.txt | 4 +--- sound-pool.pc.in => capi-media-sound-pool.pc.in | 0 packaging/{sound-pool.manifest => capi-media-sound-pool.manifest} | 0 packaging/{sound-pool.spec => capi-media-sound-pool.spec} | 6 +++--- 5 files changed, 4 insertions(+), 6 deletions(-) mode change 100755 => 100644 AUTHORS mode change 100755 => 100644 CMakeLists.txt rename sound-pool.pc.in => capi-media-sound-pool.pc.in (100%) rename packaging/{sound-pool.manifest => capi-media-sound-pool.manifest} (100%) rename packaging/{sound-pool.spec => capi-media-sound-pool.spec} (94%) diff --git a/AUTHORS b/AUTHORS old mode 100755 new mode 100644 diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 index 7be5a4e..c321ffd --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() diff --git a/sound-pool.pc.in b/capi-media-sound-pool.pc.in similarity index 100% rename from sound-pool.pc.in rename to capi-media-sound-pool.pc.in diff --git a/packaging/sound-pool.manifest b/packaging/capi-media-sound-pool.manifest similarity index 100% rename from packaging/sound-pool.manifest rename to packaging/capi-media-sound-pool.manifest diff --git a/packaging/sound-pool.spec b/packaging/capi-media-sound-pool.spec similarity index 94% rename from packaging/sound-pool.spec rename to packaging/capi-media-sound-pool.spec index 43f88d4..c0dcb16 100644 --- a/packaging/sound-pool.spec +++ b/packaging/capi-media-sound-pool.spec @@ -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) -- 2.7.4