mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-24 10:02:47 +00:00
Bug id=10381#c9
This commit is contained in:
parent
21df16dfde
commit
4ff9c987c3
1 changed files with 8 additions and 10 deletions
|
@ -44,13 +44,13 @@
|
|||
# tries to dlopen libgostssl.so and, if libcapi* libs are missing, it will simply
|
||||
# not load this library and will not fail with an error. So, we don't need to depend
|
||||
# from these libraries, especially because we can't put them into the repository.
|
||||
%define __noautoreq 'libcapi.*\.so\.*'
|
||||
%global __requires_exclude 'libcapi.*\.so\.*'
|
||||
%endif
|
||||
|
||||
Summary: A fast web browser based on the Blink engine
|
||||
Name: chromium-browser-stable
|
||||
Version: 79.0.3945.88
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: BSD, LGPL
|
||||
Group: Networking/WWW
|
||||
Url: https://www.chromium.org/Home
|
||||
|
@ -224,7 +224,7 @@ BuildRequires: pythonegg(html5lib)
|
|||
BuildRequires: chrpath
|
||||
%endif
|
||||
|
||||
Suggests: chromium-browser-pepper-flash
|
||||
Recommends: chromium-browser-pepper-flash
|
||||
Conflicts: chromium-widevinecdm-plugin < 54
|
||||
Obsoletes: chromium-widevinecdm-plugin < 54
|
||||
Conflicts: %{crname}-beta
|
||||
|
@ -268,9 +268,8 @@ your profile before changing channels.
|
|||
%{_crdir}/themes
|
||||
%{_crdir}/default_apps
|
||||
%{_crdir}/swiftshader
|
||||
# https://bugzilla.rosalinux.ru/show_bug.cgi?id=10381
|
||||
#%%{_crdir}/libEGL.so
|
||||
#%%{_crdir}/libGLESv2.so
|
||||
%{_crdir}/libEGL.so
|
||||
%{_crdir}/libGLESv2.so
|
||||
%dir %{_crdir}/pepper
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_iconsdir}/hicolor/*/apps/chromium*
|
||||
|
@ -747,7 +746,7 @@ export CXXFLAGS="$CXXFLAGS -stdlib=libc++ -Wno-unused-command-line-argument"
|
|||
# flags to fix i586 builds
|
||||
export LDFLAGS="$LDFLAGS -Wl,-z,notext -pthread -stdlib=libc++"
|
||||
%else
|
||||
%setup_compile_flags
|
||||
%set_build_flags
|
||||
CC=%{__cc}; export CC
|
||||
CXX=%{__cxx}; export CXX
|
||||
AR=%{__ar}; export AR
|
||||
|
@ -787,9 +786,8 @@ install -m 644 out/Release/icudtl.dat %{buildroot}%{_crdir}/
|
|||
install -m 644 out/Release/locales/*.pak %{buildroot}%{_crdir}/locales/
|
||||
install -m 644 out/Release/resources.pak %{buildroot}%{_crdir}/
|
||||
install -m 644 chrome/browser/resources/default_apps/* %{buildroot}%{_crdir}/default_apps/
|
||||
# https://bugzilla.rosalinux.ru/show_bug.cgi?id=10381
|
||||
#install -m 755 out/Release/libEGL.so %%{buildroot}%%{_crdir}/
|
||||
#install -m 755 out/Release/libGLESv2.so %%{buildroot}%%{_crdir}/
|
||||
ln -s %{_crdir}/swiftshader/libEGL.so %{buildroot}%{_crdir}/libEGL.so
|
||||
ln -s %{_crdir}/swiftshader/libGLESv2.so %{buildroot}%{_crdir}/libGLESv2.so
|
||||
ln -s %{_crdir}/chromium-wrapper %{buildroot}%{_bindir}/%{crname}
|
||||
sed -i "s!@LIBDIR@!%{_libdir}!g" %{buildroot}%{_crdir}/chromium-wrapper
|
||||
ln -s %{_crdir}/chromedriver %{buildroot}%{_bindir}/chromedriver
|
||||
|
|
Loading…
Add table
Reference in a new issue