From 8013c9cf58de60615f53b86f161c654644ff9d14 Mon Sep 17 00:00:00 2001 From: TizenAPI-Bot Date: Fri, 7 Dec 2018 04:19:38 +0000 Subject: [PATCH] Release 6.0.0.14613 --- packaging/csapi-tizenfx.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packaging/csapi-tizenfx.spec b/packaging/csapi-tizenfx.spec index 3bfe3b3..2c7fa1a 100644 --- a/packaging/csapi-tizenfx.spec +++ b/packaging/csapi-tizenfx.spec @@ -1,8 +1,8 @@ # Auto-generated from csapi-tizenfx.spec.in by makespec.sh %define TIZEN_NET_API_VERSION 6 -%define TIZEN_NET_RPM_VERSION 6.0.0.14612+nui505 -%define TIZEN_NET_NUGET_VERSION 6.0.0.14612 +%define TIZEN_NET_RPM_VERSION 6.0.0.14613+nui505 +%define TIZEN_NET_NUGET_VERSION 6.0.0.14613 %define DOTNET_ASSEMBLY_PATH /usr/share/dotnet.tizen/framework %define DOTNET_ASSEMBLY_DUMMY_PATH %{DOTNET_ASSEMBLY_PATH}/ref @@ -123,7 +123,7 @@ cp %{SOURCE1} . GetFileList() { PROFILE=$1 - cat PlatformFileList.txt | grep -E "#$PROFILE[[:space:]]|#$PROFILE$" | cut -d# -f1 | sed "s#^#%{DOTNET_ASSEMBLY_PATH}/#" + cat packaging/PlatformFileList.txt | grep -E "#$PROFILE[[:space:]]|#$PROFILE$" | cut -d# -f1 | sed "s#^#%{DOTNET_ASSEMBLY_PATH}/#" } GetFileList common > common.filelist @@ -165,6 +165,7 @@ install -p -m 644 %{_tizenfx_bin_path}/bin/dummy/*.dll %{buildroot}%{DOTNET_ASSE # Install NuGet Packages install -p -m 644 %{_tizenfx_bin_path}/*.nupkg %{buildroot}%{DOTNET_NUGET_SOURCE} +install -p -m 644 packaging/*.nupkg %{buildroot}%{DOTNET_NUGET_SOURCE} %post /usr/bin/vconftool set -t int db/dotnet/tizen_api_version %{TIZEN_NET_API_VERSION} -f -- 2.7.4