From 9d361ca030cde3d9a17bd216336a59f0215738ef Mon Sep 17 00:00:00 2001 From: Kyeonghun Lee Date: Wed, 12 Apr 2017 19:28:31 +0900 Subject: [PATCH] fix build break Change-Id: I12d7047d1dd9f4a15c7b1081156e1bde1b61162e Signed-off-by: Kyeonghun Lee --- .gitignore | 7 +++++++ packaging/csapi-phonenumber-utils.spec | 2 +- .../Tizen.PhonenumberUtils.csproj | 6 +++--- .../Tizen.PhonenumberUtils.nuspec | 20 ++++++++++++++++++++ .../Tizen.PhonenumberUtils.project.json | 2 +- 5 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 .gitignore create mode 100644 src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.nuspec mode change 100644 => 100755 src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.project.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46619d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +bin/ +obj/ +*.exe +*.dll +*.csproj.user +*.lock.json +.vs/ diff --git a/packaging/csapi-phonenumber-utils.spec b/packaging/csapi-phonenumber-utils.spec index 08fcdca..bdcc75b 100644 --- a/packaging/csapi-phonenumber-utils.spec +++ b/packaging/csapi-phonenumber-utils.spec @@ -9,7 +9,7 @@ Source0: %{name}-%{version}.tar.gz Source1: %{name}.manifest AutoReqProv: no -ExcludeArch: aarch64 %ix86 +ExcludeArch: aarch64 BuildRequires: dotnet-build-tools diff --git a/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.csproj b/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.csproj index 8d1a6ea..7545d86 100644 --- a/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.csproj +++ b/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.csproj @@ -25,7 +25,7 @@ true - portable + full false bin\Debug\ DEBUG;TRACE @@ -33,7 +33,7 @@ 4 - portable + pdbonly true bin\Release\ TRACE @@ -78,4 +78,4 @@ <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) true - \ No newline at end of file + diff --git a/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.nuspec b/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.nuspec new file mode 100644 index 0000000..bc7fbd0 --- /dev/null +++ b/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.nuspec @@ -0,0 +1,20 @@ + + + + Tizen.PhonenumberUtils + $version$ + Samsung Electronics + false + https://www.apache.org/licenses/LICENSE-2.0 + https://www.tizen.org/ + https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png + © Samsung Electronics Co., Ltd All Rights Reserved + Provides the PhonenumberUtils APIs for Tizen + + + + + + + + diff --git a/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.project.json b/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.project.json old mode 100644 new mode 100755 index d2a3aab..10349a9 --- a/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.project.json +++ b/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.project.json @@ -1,7 +1,7 @@ { "dependencies": { "NETStandard.Library": "1.6.0", - "Tizen.System": "1.0.8" + "Tizen": "1.0.3" }, "frameworks": { "netstandard1.3": {} -- 2.7.4