Update CMakeLists.txt 08/49108/2 accepted/tizen/mobile/20151008.132910 accepted/tizen/tv/20151008.132928 accepted/tizen/wearable/20151008.132944 submit/tizen/20151008.052904
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 6 Oct 2015 12:14:49 +0000 (21:14 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Thu, 8 Oct 2015 03:16:19 +0000 (12:16 +0900)
Change-Id: I160b0eb1961d0108e656b0f7137eb2f287cf0139
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
CMakeLists.txt
packaging/capi-media-recorder.spec

index 8b6928dca9634477d26301f8abdf4e500ede13b8..45529da3ed2304e756c2f48b1f3d26a8f73cc265 100644 (file)
@@ -1,29 +1,15 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
 
-SET(Services
-        "application"
-        "base"
-        "content"
-        "location"
-        "media"
-        "messaging"
-        "network"
-        "social"
-        "telephony"
-        "system"
-   )
-
 # project
 SET(project_prefix "capi")
 SET(prefix "/usr")
-SET(version "0.0.1")
 SET(maintainer "Seungkeun Lee <sngn.lee@samsung.com>, Kangho Hur<kagho.hur@samsung.com>")
 SET(description "A Camera library in Tizen Native API")
 SET(service "media")
 SET(submodule "recorder")
 
 # for package file
-SET(dependents "dlog mm-camcorder capi-media-camera capi-media-audio-io")
+SET(dependents "dlog mm-camcorder capi-media-camera capi-media-audio-io mmsvc-recorder")
 SET(pc_dependents "capi-base-common capi-media-camera capi-media-audio-io")
 
 SET(fw_name "${project_prefix}-${service}-${submodule}")
@@ -32,7 +18,6 @@ PROJECT(${fw_name})
 
 SET(CMAKE_INSTALL_PREFIX ${prefix})
 SET(PREFIX ${CMAKE_INSTALL_PREFIX})
-SET(VERSION ${version})
 
 SET(INC_DIR include)
 INCLUDE_DIRECTORIES(${INC_DIR})
index 914c5c8ac57d7fe3c87113dc38488eaf169eec9f..d8702cd276d8b13d9a2a31fd7693d6370bc58de2 100644 (file)
@@ -1,7 +1,7 @@
 Name:       capi-media-recorder
 Summary:    A Recorder library in Tizen Native API
 Version:    0.2.6
-Release:    0
+Release:    1
 Group:      Multimedia/API
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz