From 3a93558ae7374da5cec2f8f40668e624ede2315e Mon Sep 17 00:00:00 2001 From: Jihoon Jung Date: Thu, 10 Dec 2015 14:45:09 +0900 Subject: [PATCH] change build flag : not include 64bit build - sync with 2.4 documenation Signed-off-by: Ji-hoon Jung Change-Id: I8d0d34519f04dc25f4b2ecd19d096260232a5a87 --- doc/mobile/smartcard_doc.h | 8 ++++---- doc/wearable/smartcard_doc.h | 8 ++++---- packaging/capi-network-smartcard.spec | 3 +++ 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/mobile/smartcard_doc.h b/doc/mobile/smartcard_doc.h index 0fadb3d..5991d16 100644 --- a/doc/mobile/smartcard_doc.h +++ b/doc/mobile/smartcard_doc.h @@ -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 Feature Element. + * More details on featuring your application can be found from Feature Element. * */ @@ -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 Feature Element. + * More details on featuring your application can be found from Feature Element. * */ @@ -121,7 +121,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 Feature Element. + * More details on featuring your application can be found from Feature Element. * */ @@ -143,7 +143,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 Feature Element. + * More details on featuring your application can be found from Feature Element. * */ diff --git a/doc/wearable/smartcard_doc.h b/doc/wearable/smartcard_doc.h index 0fadb3d..5991d16 100644 --- a/doc/wearable/smartcard_doc.h +++ b/doc/wearable/smartcard_doc.h @@ -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 Feature Element. + * More details on featuring your application can be found from Feature Element. * */ @@ -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 Feature Element. + * More details on featuring your application can be found from Feature Element. * */ @@ -121,7 +121,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 Feature Element. + * More details on featuring your application can be found from Feature Element. * */ @@ -143,7 +143,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 Feature Element. + * More details on featuring your application can be found from Feature Element. * */ diff --git a/packaging/capi-network-smartcard.spec b/packaging/capi-network-smartcard.spec index a4cdd9b..6346232 100755 --- a/packaging/capi-network-smartcard.spec +++ b/packaging/capi-network-smartcard.spec @@ -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} -- 2.34.1