X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fcsapi-tizenfx.spec;h=669c6d14b5767753b8d7dc5c079f3f9066833ce1;hb=7e07beb36f77b63e66f56bd6290c3e83c4a0fb39;hp=28fdabbb2c33dc30615f7a8d94fb5eef9c31137e;hpb=92d84dcbd277a5cc6ebe0f4fbd7279989804971a;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/packaging/csapi-tizenfx.spec b/packaging/csapi-tizenfx.spec index 28fdabb..669c6d1 100644 --- a/packaging/csapi-tizenfx.spec +++ b/packaging/csapi-tizenfx.spec @@ -1,12 +1,13 @@ # Auto-generated from csapi-tizenfx.spec.in by makespec.sh %define TIZEN_NET_API_VERSION 6 -%define TIZEN_NET_RPM_VERSION 6.0.0.14778+nui505 -%define TIZEN_NET_NUGET_VERSION 6.0.0.14778 +%define TIZEN_NET_RPM_VERSION 6.0.0.14858+nui550 +%define TIZEN_NET_NUGET_VERSION 6.0.0.14858 %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_NUGET_SOURCE /nuget Name: csapi-tizenfx @@ -37,6 +38,14 @@ AutoReqProv: no %description nuget NuGet package for %{name} +%package tools +Summary: Tools for TizenFX +Group: Development/Libraries +AutoReqProv: no + +%description tools +Tools for TizenFX + %package dummy Summary: not used package Group: Development/Libraries @@ -121,7 +130,6 @@ export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true %define build_cmd ./tools/scripts/retry.sh ./tools/scripts/timeout.sh -t 600 ./build.sh %{build_cmd} --full -%{build_cmd} --dummy %{build_cmd} --pack %{TIZEN_NET_NUGET_VERSION} GetFileList() { @@ -145,6 +153,7 @@ mkdir -p %{buildroot}%{DOTNET_ASSEMBLY_PATH} mkdir -p %{buildroot}%{DOTNET_ASSEMBLY_DUMMY_PATH} mkdir -p %{buildroot}%{DOTNET_ASSEMBLY_RES_PATH} mkdir -p %{buildroot}%{DOTNET_NUGET_SOURCE} +mkdir -p %{buildroot}%{DOTNET_TOOLS_PATH} # Install Runtime Assemblies install -p -m 644 %{_tizenfx_bin_path}/bin/public/*.dll %{buildroot}%{DOTNET_ASSEMBLY_PATH} @@ -167,6 +176,9 @@ install -p -m 644 %{_tizenfx_bin_path}/bin/dummy/*.dll %{buildroot}%{DOTNET_ASSE install -p -m 644 %{_tizenfx_bin_path}/*.nupkg %{buildroot}%{DOTNET_NUGET_SOURCE} install -p -m 644 packaging/*.nupkg %{buildroot}%{DOTNET_NUGET_SOURCE} +# Install Tools +install -p -m 644 tools/bin/* %{buildroot}%{DOTNET_TOOLS_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 @@ -177,6 +189,10 @@ install -p -m 644 packaging/*.nupkg %{buildroot}%{DOTNET_NUGET_SOURCE} %files nuget %{DOTNET_NUGET_SOURCE}/*.nupkg +%files tools +%manifest %{name}.manifest +%{DOTNET_TOOLS_PATH}/* + %files dummy %files full