From: pius.lee Date: Fri, 26 Aug 2016 09:00:07 +0000 (+0900) Subject: Modify default managed launcher name in config X-Git-Tag: accepted/tizen/mobile/20161215.072340~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc5bb62f587930e008d4c0e5179e6ab05db1810a;p=platform%2Fcore%2Fdotnet%2Flauncher.git Modify default managed launcher name in config update version to 0.0.2 modify Tizen.Runtime.dll to Tizen.Runtime.exe in config --- diff --git a/NativeLauncher/dotnet-launcher.ini b/NativeLauncher/dotnet-launcher.ini index ad1d22b..6a5d91a 100644 --- a/NativeLauncher/dotnet-launcher.ini +++ b/NativeLauncher/dotnet-launcher.ini @@ -3,4 +3,4 @@ libcoreclr = /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/libcoreclr coreclr_dir = /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0 tpa_dirs = /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0:/usr/share/assembly native_so_search_dirs = /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0:/usr/share/assembly -launcher_assembly = /usr/bin/Tizen.Runtime.dll +launcher_assembly = /usr/bin/Tizen.Runtime.exe diff --git a/packaging/dotnet-launcher.spec b/packaging/dotnet-launcher.spec index 883fae0..7dd32fa 100644 --- a/packaging/dotnet-launcher.spec +++ b/packaging/dotnet-launcher.spec @@ -1,10 +1,11 @@ Name: dotnet-launcher Summary: Launchpad plugin for dotnet apps -Version: 0.0.1 -Release: 1 +Version: 0.0.2 +Release: 2 Group: Application Framework/Application State Management License: Apache License, Version 2.0 Source0: %{name}-%{version}.tar.gz +AutoReqProv: no BuildRequires: cmake BuildRequires: pkgconfig(aul)