Release 6.0.0.14613 accepted/tizen/unified/20181207.061433 submit/tizen/20181207.041937
authorTizenAPI-Bot <tizenapi@samsung.com>
Fri, 7 Dec 2018 04:19:38 +0000 (04:19 +0000)
committerTizenAPI-Bot <tizenapi@samsung.com>
Fri, 7 Dec 2018 04:19:38 +0000 (04:19 +0000)
packaging/csapi-tizenfx.spec

index 3bfe3b3..2c7fa1a 100644 (file)
@@ -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