csharp : location
authorkj7.sung <kj7.sung@samsung.com>
Thu, 15 Dec 2016 03:30:25 +0000 (12:30 +0900)
committerKyoungjun Sung <kj7.sung@samsung.com>
Thu, 15 Dec 2016 03:31:47 +0000 (19:31 -0800)
1. Applied latest devel code
2. ExcludeArch to support armv7l, x86_64

Change-Id: Ia42d5af10cd99d4ac0bf5b1e778ad26fbb3c6083
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
packaging/csapi-location.spec
src/Tizen.Location/Tizen.Location.Net45.project.json
src/Tizen.Location/Tizen.Location.nuspec
src/Tizen.Location/Tizen.Location.project.json

index c289c67..f6d58a7 100755 (executable)
@@ -20,12 +20,12 @@ AutoReqProv: no
 
 BuildRequires: mono-compiler
 BuildRequires: mono-devel
-
 BuildRequires: dotnet-build-tools
-
 # C# API Requires
 BuildRequires: csapi-tizen-nuget
 
+ExcludeArch: %{ix86} aarch64
+
 %description
 Tizen Location API for C#
 
index ab1a0ee..1ec1af2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Tizen": "1.0.1"
+    "Tizen": "1.0.2"
   },
   "frameworks": {
     "net45": {}
index 6cbae08..0d6f362 100755 (executable)
@@ -3,15 +3,15 @@
   <metadata>
     <id>Tizen.Location</id>
     <version>$version$</version>
-    <authors>tizen</authors>
+    <authors>Samsung Electronics</authors>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
     <projectUrl>https://www.tizen.org/</projectUrl>
     <iconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</iconUrl>
     <copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
-    <description>Provides the basic structures and classes that are used in the other Tizen Device API.</description>
+    <description>Provides the Location API for Tizen.Net</description>
     <dependencies>
-      <dependency id="Tizen" version="1.0.1" />
+      <dependency id="Tizen" version="1.0.2" />
     </dependencies>
     </metadata>
   <files>
index db7436c..55ec093 100644 (file)
@@ -1,7 +1,7 @@
 {
   "dependencies": {
     "NETStandard.Library": "1.6.0",
-    "Tizen": "1.0.1"
+    "Tizen": "1.0.2"
   },
   "frameworks": {
     "netstandard1.3": {}