Rename the package to context-app-history 20/119220/2
authorMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 16 Mar 2017 04:52:38 +0000 (13:52 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 16 Mar 2017 06:20:26 +0000 (15:20 +0900)
Change-Id: Ic03be3e93d074ea469deab2c64bef2e407769b0d
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
CMakeLists.txt
packaging/context-app-history.manifest [moved from packaging/app-history.manifest with 100% similarity]
packaging/context-app-history.spec [moved from packaging/app-history.spec with 91% similarity]
pkg-config.pc.in [moved from app-history.pc.in with 100% similarity]
src/client-dummy/CMakeLists.txt
src/server-dummy/CMakeLists.txt

index 6e103e6..d514451 100644 (file)
@@ -1,5 +1,5 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
-PROJECT(app-history)
+PROJECT(context-app-history)
 INCLUDE(GNUInstallDirs)
 
 SET(DEPS "glib-2.0 gio-2.0 dlog capi-base-common")
similarity index 91%
rename from packaging/app-history.spec
rename to packaging/context-app-history.spec
index 38a3556..c594c71 100644 (file)
@@ -1,4 +1,4 @@
-Name:       app-history
+Name:       context-app-history
 Summary:    Tizen App History
 Version:    0.0.1
 Release:    1
@@ -30,9 +30,9 @@ Provides:   %{name}-profile_wearable = %{version}-%{release}
 %global __provides_exclude ^.*-genuine\\.so.*$
 
 %description genuine
-Binary replacement for app-history.
-This genuine app-history package contains actually working shared objects
-of the both server and client sides of the app-history service.
+Binary replacement for context-app-history.
+This genuine context-app-history package contains actually working shared objects
+of the both server and client sides of the app history service.
 
 
 %package devel
similarity index 100%
rename from app-history.pc.in
rename to pkg-config.pc.in
index 768345e..16ccc4f 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 9356a10..3e3f0cf 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
 )