Rename the package to context-sensor-recorder 21/119221/2
authorMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 16 Mar 2017 04:54:57 +0000 (13:54 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 16 Mar 2017 06:19:18 +0000 (15:19 +0900)
Change-Id: I21f789f1ae3361fd36023bfad98b1b5adaefecca
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
CMakeLists.txt
packaging/context-sensor-recorder.manifest [moved from packaging/sensor-recorder.manifest with 100% similarity]
packaging/context-sensor-recorder.spec [moved from packaging/sensor-recorder.spec with 91% similarity]
pkg-config.pc.in [moved from sensor-recorder.pc.in with 100% similarity]
src/client-dummy/CMakeLists.txt
src/server-dummy/CMakeLists.txt

index 9383730..4e73c81 100644 (file)
@@ -1,5 +1,5 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
-PROJECT(sensor-recorder)
+PROJECT(context-sensor-recorder)
 INCLUDE(GNUInstallDirs)
 
 SET(DEPS "glib-2.0 gio-2.0 dlog capi-base-common")
similarity index 91%
rename from packaging/sensor-recorder.spec
rename to packaging/context-sensor-recorder.spec
index 1c71a2b..f6e44e9 100644 (file)
@@ -1,4 +1,4 @@
-Name:       sensor-recorder
+Name:       context-sensor-recorder
 Summary:    Tizen Sensor Recorder
 Version:    0.0.1
 Release:    1
@@ -32,9 +32,9 @@ Provides:   %{name}-profile_wearable = %{version}-%{release}
 %global __provides_exclude ^.*-genuine\\.so.*$
 
 %description genuine
-Binary replacement for sensor-recorder.
-This genuine sensor-recorder package contains actually working shared objects
-of the both server and client sides of the sensor-recorder service.
+Binary replacement for context-sensor-recorder.
+This genuine context-sensor-recorder package contains actually working shared objects
+of the both server and client sides of the sensor recorder service.
 
 
 %package devel
similarity index 100%
rename from sensor-recorder.pc.in
rename to pkg-config.pc.in
index 61b7c46..536f8a1 100644 (file)
@@ -24,7 +24,7 @@ SET(PC_REQUIRED ${DEPS})
 SET(PC_LDFLAGS -l${target})
 
 CONFIGURE_FILE(
-       ${CMAKE_SOURCE_DIR}/${PROJECT_NAME}.pc.in
+       ${CMAKE_SOURCE_DIR}/pkg-config.pc.in
        ${CMAKE_SOURCE_DIR}/${target}.pc
        @ONLY
 )
index 6097a84..e0dcdd5 100644 (file)
@@ -24,7 +24,7 @@ SET(PC_REQUIRED ${DEPS})
 SET(PC_LDFLAGS -l${target})
 
 CONFIGURE_FILE(
-       ${CMAKE_SOURCE_DIR}/${PROJECT_NAME}.pc.in
+       ${CMAKE_SOURCE_DIR}/pkg-config.pc.in
        ${CMAKE_SOURCE_DIR}/${target}.pc
        @ONLY
 )