diff options
author | Sangjung Woo <sangjung.woo@samsung.com> | 2014-02-28 16:11:59 +0900 |
---|---|---|
committer | Sangjung Woo <sangjung.woo@samsung.com> | 2014-02-28 16:11:59 +0900 |
commit | 04f5d4e7a95b9f275b927814de704a53fba6518e (patch) | |
tree | a25fdb5a4d8004c2090e7fd5ad90dc092bf6187c | |
parent | d6b7fc55113dadd7271fff2535abc7d3418a1c3f (diff) | |
download | system-plugin-mount-04f5d4e7a95b9f275b927814de704a53fba6518e.tar.gz system-plugin-mount-04f5d4e7a95b9f275b927814de704a53fba6518e.tar.bz2 system-plugin-mount-04f5d4e7a95b9f275b927814de704a53fba6518e.zip |
Remove the postfix of package namesubmit/tizen/20140228.080308accepted/tizen/mobile/20140228.082611
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 <sangjung.woo@samsung.com>
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rwxr-xr-x | packaging/system-plugin-mount.spec (renamed from packaging/system-plugin-slp.spec) | 2 |
2 files changed, 2 insertions, 2 deletions
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 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 |