[Build] Add API4, API5 nupkg to the rpm package for nuget.
authorWonyoung Choi <wy80.choi@samsung.com>
Fri, 7 Dec 2018 04:01:53 +0000 (13:01 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Fri, 7 Dec 2018 04:01:53 +0000 (13:01 +0900)
packaging/Tizen.NET.API4.4.0.1.14152.nupkg [new file with mode: 0644]
packaging/Tizen.NET.API5.5.0.0.14562.nupkg [new file with mode: 0644]
packaging/csapi-tizenfx.spec

diff --git a/packaging/Tizen.NET.API4.4.0.1.14152.nupkg b/packaging/Tizen.NET.API4.4.0.1.14152.nupkg
new file mode 100644 (file)
index 0000000..6405d0a
Binary files /dev/null and b/packaging/Tizen.NET.API4.4.0.1.14152.nupkg differ
diff --git a/packaging/Tizen.NET.API5.5.0.0.14562.nupkg b/packaging/Tizen.NET.API5.5.0.0.14562.nupkg
new file mode 100644 (file)
index 0000000..82e659e
Binary files /dev/null and b/packaging/Tizen.NET.API5.5.0.0.14562.nupkg differ
index 6ab535d..7588c18 100644 (file)
@@ -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