From: Jihoon Jung Date: Thu, 10 Dec 2015 05:45:09 +0000 (+0900) Subject: change build flag : not include 64bit build X-Git-Tag: submit/tizen/20151210.055032^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a93558ae7374da5cec2f8f40668e624ede2315e;p=platform%2Fcore%2Fapi%2Fsmartcard.git change build flag : not include 64bit build - sync with 2.4 documenation Signed-off-by: Ji-hoon Jung Change-Id: I8d0d34519f04dc25f4b2ecd19d096260232a5a87 --- 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}