mirror of
https://abf.rosa.ru/djam/chromium-browser-stable.git
synced 2025-02-24 15:12:49 +00:00
Bug #10381
This commit is contained in:
parent
1d6ce8a01a
commit
21df16dfde
1 changed files with 7 additions and 5 deletions
|
@ -50,7 +50,7 @@
|
|||
Summary: A fast web browser based on the Blink engine
|
||||
Name: chromium-browser-stable
|
||||
Version: 79.0.3945.88
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: BSD, LGPL
|
||||
Group: Networking/WWW
|
||||
Url: https://www.chromium.org/Home
|
||||
|
@ -268,8 +268,9 @@ your profile before changing channels.
|
|||
%{_crdir}/themes
|
||||
%{_crdir}/default_apps
|
||||
%{_crdir}/swiftshader
|
||||
%{_crdir}/libEGL.so
|
||||
%{_crdir}/libGLESv2.so
|
||||
# https://bugzilla.rosalinux.ru/show_bug.cgi?id=10381
|
||||
#%%{_crdir}/libEGL.so
|
||||
#%%{_crdir}/libGLESv2.so
|
||||
%dir %{_crdir}/pepper
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_iconsdir}/hicolor/*/apps/chromium*
|
||||
|
@ -786,8 +787,9 @@ 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/
|
||||
install -m 755 out/Release/libEGL.so %{buildroot}%{_crdir}/
|
||||
install -m 755 out/Release/libGLESv2.so %{buildroot}%{_crdir}/
|
||||
# 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}/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