Fix manifest-text-editor link 91/199291/1 submit/tizen_4.0/20190212.074033
authorjinwang.an <jinwang.an@samsung.com>
Fri, 8 Feb 2019 07:19:09 +0000 (16:19 +0900)
committerjinwang.an <jinwang.an@samsung.com>
Fri, 8 Feb 2019 07:19:09 +0000 (16:19 +0900)
Change-Id: I794f17a16633d1650a4c9adcca489daf011ac4e8
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
CMakeLists.txt
doc/system_settings_doc.h
packaging/capi-system-system-settings.spec

index e04585f..2bb7912 100755 (executable)
@@ -134,10 +134,10 @@ IF(UNIX)
 
 ADD_CUSTOM_TARGET (distclean @echo cleaning for source distribution)
 ADD_CUSTOM_COMMAND(
-        DEPENDS clean 
+        DEPENDS clean
         COMMENT "distribution clean"
         COMMAND find
-        ARGS    . 
+        ARGS    .
         -not -name config.cmake -and \(
         -name tester.c -or
         -name Testing -or
index 6fe81cd..16564a2 100644 (file)
@@ -46,7 +46,7 @@
 *
 * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.
 *
-* More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+* More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
 
 * The table below shows addtional related features on which System Settings keys depend.
 * <table>
index e64df19..fbd8729 100755 (executable)
@@ -28,7 +28,7 @@ BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(capi-appfw-app-manager)
 BuildRequires:  pkgconfig(capi-appfw-package-manager)
 
-Requires(post): /sbin/ldconfig  
+Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
 %description
@@ -48,7 +48,7 @@ System setting api for get,set configuration
 %prep
 %setup -q
 
-%define tizen_profile_name mobile 
+%define tizen_profile_name mobile
 
 %build