X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fcsapi-tizenfx.spec;h=3ef566eb6bb5020ccdfc75b4debe3c650af6e41e;hb=cb8927ab32622cb4b6c2e49a74c2ac58748da68d;hp=4b3be45726855f1a5fd2de5de799b04e3eef593f;hpb=2ae464cf2e05bd2821e43c09c941df484dbae620;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/packaging/csapi-tizenfx.spec b/packaging/csapi-tizenfx.spec index 4b3be45..3ef566e 100644 --- a/packaging/csapi-tizenfx.spec +++ b/packaging/csapi-tizenfx.spec @@ -1,18 +1,19 @@ # Auto-generated from csapi-tizenfx.spec.in by makespec.sh -%define TIZEN_NET_API_VERSION 11 -%define TIZEN_NET_RPM_VERSION 11.0.0.999+nui22206 -%define TIZEN_NET_NUGET_VERSION 11.0.0.99999 +%define TIZEN_NET_API_VERSION 12 +%define TIZEN_NET_RPM_VERSION 12.0.0.999+nui22310 +%define TIZEN_NET_NUGET_VERSION 12.0.0.99999 %define DOTNET_ASSEMBLY_PATH /usr/share/dotnet.tizen/framework %define DOTNET_ASSEMBLY_DUMMY_PATH %{DOTNET_ASSEMBLY_PATH}/ref %define DOTNET_ASSEMBLY_RES_PATH %{DOTNET_ASSEMBLY_PATH}/res %define DOTNET_TOOLS_PATH /usr/share/dotnet.tizen/tools %define DOTNET_PRELOAD_PATH /usr/share/dotnet.tizen/preload +%define DOTNET_LIBRARY_PATH /usr/share/dotnet.tizen/lib %define DOTNET_NUGET_SOURCE /nuget -%define TIZEN_NET_RUNTIME_IDENTIFIERS 4.0.0:5.0.0:5.5.0:6.0.0:6.5.0:7.0.0 -%define TIZEN_NET_TARGET_FRAMEWORK_MONIKERS tizen10.0:tizen90:tizen80:tizen70:tizen60:tizen50:tizen40 +%define TIZEN_NET_RUNTIME_IDENTIFIERS 9.0.0:8.0.0:7.0.0:6.5.0:6.0.0:5.5.0:5.0.0:4.0.0 +%define TIZEN_NET_TARGET_FRAMEWORK_MONIKERS net6.0-tizen9.0:net6.0-tizen8.0:net6.0-tizen:net6.0:tizen10.0:tizen90:tizen80:tizen70:tizen60:tizen50:tizen40 %define UPGRADE_SCRIPT_PATH /usr/share/upgrade/scripts @@ -57,6 +58,7 @@ BuildRequires: pkgconfig(capi-ui-inputmethod) BuildRequires: pkgconfig(stt-engine) BuildRequires: pkgconfig(tts-engine) BuildRequires: pkgconfig(chromium-efl) +BuildRequires: pkgconfig(libsessiond) %if "%{profile}" == "tv" BuildRequires: pkgconfig(trustzone-nwd) %else @@ -216,8 +218,10 @@ install -p -m 755 packaging/500.tizenfx_upgrade.sh %{buildroot}%{UPGRADE_SCRIPT_ %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 -/usr/bin/vconftool set -t string db/dotnet/tizen_rid_version %{TIZEN_NET_RUNTIME_IDENTIFIERS} -f -/usr/bin/vconftool set -t string db/dotnet/tizen_tfm_support %{TIZEN_NET_TARGET_FRAMEWORK_MONIKERS} -f +mkdir -p %{DOTNET_LIBRARY_PATH} +touch %{DOTNET_LIBRARY_PATH}/dotnet_resolving.info +echo "db/dotnet/tizen_rid_version %{TIZEN_NET_RUNTIME_IDENTIFIERS}" > %{DOTNET_LIBRARY_PATH}/dotnet_resolving.info +echo "db/dotnet/tizen_tfm_support %{TIZEN_NET_TARGET_FRAMEWORK_MONIKERS}" >> %{DOTNET_LIBRARY_PATH}/dotnet_resolving.info %files %license LICENSE