X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fcsapi-tizenfx.spec;h=834370431f421ef94c13af4082933b8146bbdcf8;hb=refs%2Ftags%2Fsubmit%2Ftizen%2F20171120.150028;hp=50d2d6f7a67e1287151f15abbf368580725285a8;hpb=ef59d91cac63a4eb6e3f85ad7c49b1296703ce38;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/packaging/csapi-tizenfx.spec b/packaging/csapi-tizenfx.spec index 50d2d6f..8343704 100644 --- a/packaging/csapi-tizenfx.spec +++ b/packaging/csapi-tizenfx.spec @@ -1,17 +1,18 @@ +# Auto-generated from csapi-tizenfx.spec.in by makespec.sh + +%define TIZEN_NET_API_VERSION 5 +%define TIZEN_NET_RPM_VERSION 5.0.0.383+nui66 +%define TIZEN_NET_NUGET_VERSION 5.0.0-preview1-00383 +%define TIZEN_NET_INTERNAL_NUGET_VERSION 5.0.0.383 + %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_NUGET_SOURCE /nuget -%define _tizenfx_bin_path Artifacts - -%define TIZEN_NET_API_VERSION 5 -%define TIZEN_NET_NUGET_VERSION 5.0.0-preview1-00373 -%define TIZEN_NET_INTERNAL_NUGET_VERSION 5.0.0.373 - Name: csapi-tizenfx Summary: Assemblies of Tizen .NET -Version: 5.0.0.373+nui61.2 +Version: %{TIZEN_NET_RPM_VERSION} Release: 1 Group: Development/Libraries License: Apache-2.0 @@ -19,15 +20,13 @@ URL: https://www.tizen.org Source0: %{name}-%{version}.tar.gz Source1: %{name}.manifest -BuildRequires: dotnet-build-tools - -BuildArch: noarch +BuildArch: noarch ExcludeArch: aarch64 AutoReqProv: no +BuildRequires: dotnet-build-tools Requires(post): vconf - %description %{summary} @@ -130,6 +129,8 @@ cp %{SOURCE1} . %build +%define _tizenfx_bin_path Artifacts + GetFileList() { PROFILE=$1 cat pkg/PlatformFileList.txt | grep -E "#$PROFILE[[:space:]]|#$PROFILE$" | cut -d# -f1 | sed "s#^#%{DOTNET_ASSEMBLY_PATH}/#"