change build flag : not include 64bit build 97/53897/1 accepted/tizen/ivi/20160218.023237 accepted/tizen/mobile/20151210.081849 accepted/tizen/tv/20151210.082021 accepted/tizen/wearable/20151210.082051 submit/tizen/20151210.055032 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.154718 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000002
authorJihoon Jung <jh8801.jung@samsung.com>
Thu, 10 Dec 2015 05:45:09 +0000 (14:45 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Thu, 10 Dec 2015 05:45:53 +0000 (14:45 +0900)
- sync with 2.4 documenation

Signed-off-by: Ji-hoon Jung <jh8801.jung@samsung.com>
Change-Id: I8d0d34519f04dc25f4b2ecd19d096260232a5a87

doc/mobile/smartcard_doc.h
doc/wearable/smartcard_doc.h
packaging/capi-network-smartcard.spec

index 0fadb3d..5991d16 100644 (file)
@@ -77,7 +77,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.\n
   *
-  * More details on featuring your application can be found from <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
+  * 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>
   *
   */
 
@@ -99,7 +99,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.\n
   *
-  * More details on featuring your application can be found from <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
+  * 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>
   *
   */
 
   *
   * 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.\n
   *
-  * More details on featuring your application can be found from <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
+  * 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>
   *
   */
 
   *
   * 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.\n
   *
-  * More details on featuring your application can be found from <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
+  * 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>
   *
   */
 
index 0fadb3d..5991d16 100644 (file)
@@ -77,7 +77,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.\n
   *
-  * More details on featuring your application can be found from <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
+  * 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>
   *
   */
 
@@ -99,7 +99,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.\n
   *
-  * More details on featuring your application can be found from <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
+  * 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>
   *
   */
 
   *
   * 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.\n
   *
-  * More details on featuring your application can be found from <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
+  * 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>
   *
   */
 
   *
   * 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.\n
   *
-  * More details on featuring your application can be found from <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
+  * 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>
   *
   */
 
index a4cdd9b..6346232 100755 (executable)
@@ -34,7 +34,10 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 
 cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} \
         -DMAJORVER=${MAJORVER} -DCMAKE_LIB_DIR=%{_libdir} \
+%ifarch %{arm}
        -DTIZEN_SMARTCARD_SUPPORT=1
+%endif
+
 
 make %{?jobs:-j%jobs}