From 04f5d4e7a95b9f275b927814de704a53fba6518e Mon Sep 17 00:00:00 2001 From: Sangjung Woo Date: Fri, 28 Feb 2014 16:11:59 +0900 Subject: [PATCH] Remove the postfix of package name The postfix 'slp' is changed to 'mount' since SLP means Samsung Linux Platform and it is not used anymore. Change-Id: Id8409ae4c4d28137ce1da401acb681e491c8601b Signed-off-by: Sangjung Woo --- CMakeLists.txt | 2 +- packaging/{system-plugin-slp.spec => system-plugin-mount.spec} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename packaging/{system-plugin-slp.spec => system-plugin-mount.spec} (95%) diff --git a/CMakeLists.txt b/CMakeLists.txt index c920d57..76a43bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,3 @@ cmake_minimum_required(VERSION 2.8) -project (system-plugin-slp) +project (system-plugin-mount) add_subdirectory(src) diff --git a/packaging/system-plugin-slp.spec b/packaging/system-plugin-mount.spec similarity index 95% rename from packaging/system-plugin-slp.spec rename to packaging/system-plugin-mount.spec index 2e57999..2ab368f 100755 --- a/packaging/system-plugin-slp.spec +++ b/packaging/system-plugin-mount.spec @@ -1,4 +1,4 @@ -Name: system-plugin-slp +Name: system-plugin-mount Summary: system-plugin for Clean SDK Version: 0.0.1 License: Apache-2.0 -- 2.7.4