From 1222b48a51814c7f5be92118562ff959b43708bd Mon Sep 17 00:00:00 2001 From: DotnetBuild Date: Wed, 25 Oct 2017 18:23:20 +0900 Subject: [PATCH] Release 4.0.0 --- packaging/csapi-tizenfx.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/packaging/csapi-tizenfx.spec b/packaging/csapi-tizenfx.spec index 66b01cc..09f82b6 100644 --- a/packaging/csapi-tizenfx.spec +++ b/packaging/csapi-tizenfx.spec @@ -1,7 +1,3 @@ -# !! IMPORTANT !! -# This packaging spec file is for developer testing only. -# For Tizen release, the spec file in the tizen branch should be used. - %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 @@ -13,7 +9,7 @@ Name: csapi-tizenfx Summary: Assemblies of Tizen .NET -Version: 99.99.99 +Version: 4.0.0.r5 Release: 1 Group: Development/Libraries License: Apache-2.0 @@ -148,7 +144,7 @@ rm -fr %{_tizenfx_bin_path} export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true ./build.sh --full ./build.sh --dummy -./build.sh --pack +./build.sh --pack 4.0.0 %install mkdir -p %{buildroot}%{DOTNET_ASSEMBLY_PATH} -- 2.7.4