X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fcsapi-tizenfx.spec;h=44558640377ae8fa4ad82756b33b8781b4f1be49;hb=ef740ce55835199ee6a42d606c180e1e78181ab9;hp=95be437203056149157642b819cd85840e097d6b;hpb=1459ca231aebc330a0494ed4f320af193fdd7076;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/packaging/csapi-tizenfx.spec b/packaging/csapi-tizenfx.spec index 95be437..4455864 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 9 -%define TIZEN_NET_RPM_VERSION 9.0.0.999+nui21932 -%define TIZEN_NET_NUGET_VERSION 9.0.0.99999 +%define TIZEN_NET_RPM_VERSION 9.0.0.15840+nui2206 +%define TIZEN_NET_NUGET_VERSION 9.0.0.15840 %define DOTNET_ASSEMBLY_PATH /usr/share/dotnet.tizen/framework %define DOTNET_ASSEMBLY_DUMMY_PATH %{DOTNET_ASSEMBLY_PATH}/ref @@ -14,6 +14,8 @@ %define TIZEN_NET_RUNTIME_IDENTIFIERS 4.0.0:5.0.0:5.5.0:6.0.0 %define TIZEN_NET_TARGET_FRAMEWORK_MONIKERS tizen90:tizen80:tizen70:tizen60:tizen50:tizen40:netstandard2.0 +%define UPGRADE_SCRIPT_PATH /usr/share/upgrade/scripts + Name: csapi-tizenfx Summary: Assemblies of Tizen .NET Version: %{TIZEN_NET_RPM_VERSION} @@ -207,6 +209,10 @@ install -p -m 644 packaging/depends/*.nupkg %{buildroot}%{DOTNET_NUGET_SOURCE} install -p -m 644 tools/bin/* %{buildroot}%{DOTNET_TOOLS_PATH} +# Install Upgrade Script +mkdir -p %{buildroot}%{UPGRADE_SCRIPT_PATH} +install -p -m 755 packaging/500.tizenfx_upgrade.sh %{buildroot}%{UPGRADE_SCRIPT_PATH} + %post /usr/bin/vconftool set -t int db/dotnet/tizen_api_version %{TIZEN_NET_API_VERSION} -f /usr/bin/vconftool set -t string db/dotnet/tizen_api_path %{DOTNET_ASSEMBLY_PATH} -f @@ -216,6 +222,7 @@ install -p -m 644 tools/bin/* %{buildroot}%{DOTNET_TOOLS_PATH} %files %license LICENSE %license LICENSE.MIT +%attr(0755,root,root) %{UPGRADE_SCRIPT_PATH}/500.tizenfx_upgrade.sh %files nuget %{DOTNET_NUGET_SOURCE}/*.nupkg