summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJongHeon Choi <j-h.choi@samsung.com>2017-03-30 13:40:14 +0900
committerJongHeon Choi <j-h.choi@samsung.com>2017-04-07 09:18:42 +0900
commitbd5c5f3430720a35e67306bab83e9903bb4803de (patch)
treefc6054312067304866a50961f0ee84b3b450c15f /packaging
parent79b355e6ffe71ac43b9c052549351815b1627fe7 (diff)
downloadlauncher-bd5c5f3430720a35e67306bab83e9903bb4803de.tar.gz
launcher-bd5c5f3430720a35e67306bab83e9903bb4803de.tar.bz2
launcher-bd5c5f3430720a35e67306bab83e9903bb4803de.zip
Remove the Mono profile
Change-Id: If5ce5c0b76d626cfd38cfe607f20b277909f32db
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/dotnet-launcher.spec9
1 files changed, 0 insertions, 9 deletions
diff --git a/packaging/dotnet-launcher.spec b/packaging/dotnet-launcher.spec
index 4ce5d38..78ca701 100755
--- a/packaging/dotnet-launcher.spec
+++ b/packaging/dotnet-launcher.spec
@@ -71,7 +71,6 @@ cmake \
-DRUNTIME_DIR=%{_runtime_dir} \
-DCROSSGEN_PATH=%{_device_api_dir}/crossgen \
-DCORECLR_LAUNCHER_ASSEMBLY_PATH=%{_bindir}/Tizen.Runtime.Coreclr.dll \
- -DMONO_LAUNCHER_ASSEMBLY_PATH=%{_bindir}/Tizen.Runtime.Mono.dll \
-DINSTALL_PLUGIN_DIR=%{_install_plugin_dir} \
-DINSTALL_MDPLUGIN_DIR=%{_install_mdplugin_dir} \
-DVERSION=%{version} \
@@ -85,17 +84,10 @@ xbuild \
/p:Configuration=%{_dotnet_build_conf} \
Tizen.Runtime/Tizen.Runtime.Coreclr.csproj
-nuget restore Tizen.Runtime/Tizen.Runtime.Mono.project.json
-
-xbuild \
- /p:Configuration=%{_dotnet_build_conf} \
- Tizen.Runtime/Tizen.Runtime.Mono.csproj
-
%install
rm -rf %{buildroot}
%make_install
install -p -m 644 Tizen.Runtime/bin/Tizen.Runtime.Coreclr.dll %{buildroot}%{_bindir}
-install -p -m 644 Tizen.Runtime/bin/Tizen.Runtime.Mono.dll %{buildroot}%{_bindir}
%files
%manifest dotnet-launcher.manifest
@@ -107,7 +99,6 @@ install -p -m 644 Tizen.Runtime/bin/Tizen.Runtime.Mono.dll %{buildroot}%{_bindir
%caps(cap_mac_admin,cap_setgid=ei) %{_install_plugin_dir}/libui-application.so
%caps(cap_mac_admin,cap_setgid=ei) %{_install_mdplugin_dir}/libprefer_dotnet_aot_plugin.so
%caps(cap_mac_admin,cap_setgid=ei) %{_bindir}/Tizen.Runtime.Coreclr.dll
-%caps(cap_mac_admin,cap_setgid=ei) %{_bindir}/Tizen.Runtime.Mono.dll
%files -n scd-launcher
%caps(cap_mac_admin,cap_setgid=ei) %{_bindir}/scd-launcher