Modify default managed launcher name in config
authorpius.lee <pius.lee@samsung.com>
Fri, 26 Aug 2016 09:00:07 +0000 (18:00 +0900)
committerpius.lee <pius.lee@samsung.com>
Fri, 26 Aug 2016 09:00:07 +0000 (18:00 +0900)
update version to 0.0.2
modify  Tizen.Runtime.dll to Tizen.Runtime.exe in config

NativeLauncher/dotnet-launcher.ini
packaging/dotnet-launcher.spec

index ad1d22b..6a5d91a 100644 (file)
@@ -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
index 883fae0..7dd32fa 100644 (file)
@@ -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)