|
|
@ -1365,7 +1365,6 @@ pushd %{builddir}
|
|
|
|
|
|
|
|
|
|
|
|
# V8 initial snapshots
|
|
|
|
# V8 initial snapshots
|
|
|
|
# https://code.google.com/p/chromium/issues/detail?id=421063
|
|
|
|
# https://code.google.com/p/chromium/issues/detail?id=421063
|
|
|
|
cp -a snapshot_blob.bin %{buildroot}%{chromium_path}
|
|
|
|
|
|
|
|
cp -a v8_context_snapshot.bin %{buildroot}%{chromium_path}
|
|
|
|
cp -a v8_context_snapshot.bin %{buildroot}%{chromium_path}
|
|
|
|
cp -a xdg-mime xdg-settings %{buildroot}%{chromium_path}
|
|
|
|
cp -a xdg-mime xdg-settings %{buildroot}%{chromium_path}
|
|
|
|
cp -a MEIPreload %{buildroot}%{chromium_path}
|
|
|
|
cp -a MEIPreload %{buildroot}%{chromium_path}
|
|
|
@ -1560,10 +1559,6 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
|
|
|
%{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
|
|
|
|
%{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
|
|
|
|
|
|
|
|
|
|
|
|
%files common
|
|
|
|
%files common
|
|
|
|
%if %{build_headless}
|
|
|
|
|
|
|
|
%{chromium_path}/headless_lib_data.pak
|
|
|
|
|
|
|
|
%{chromium_path}/headless_lib_strings.pak
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{build_clear_key_cdm}
|
|
|
|
%if %{build_clear_key_cdm}
|
|
|
|
%{chromium_path}/libclearkeycdm.so
|
|
|
|
%{chromium_path}/libclearkeycdm.so
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -1643,6 +1638,8 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
|
|
|
%if %{build_headless}
|
|
|
|
%if %{build_headless}
|
|
|
|
%files headless
|
|
|
|
%files headless
|
|
|
|
%{chromium_path}/headless_shell
|
|
|
|
%{chromium_path}/headless_shell
|
|
|
|
|
|
|
|
%{chromium_path}/headless_lib_data.pak
|
|
|
|
|
|
|
|
%{chromium_path}/headless_lib_strings.pak
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{build_remoting}
|
|
|
|
%if %{build_remoting}
|
|
|
|