[Build] Fix rpm spec file error
authorWonyoung Choi <wy80.choi@samsung.com>
Fri, 7 Dec 2018 04:14:06 +0000 (13:14 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Fri, 7 Dec 2018 04:14:06 +0000 (13:14 +0900)
packaging/csapi-tizenfx.spec.in

index 7dacf96..04fc776 100644 (file)
@@ -122,7 +122,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
@@ -164,6 +164,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