install newly required out/Release/*.bin files [release 41.0.2272.76-2mamba;Tue Mar 10 2015]

This commit is contained in:
Silvan Calarco 2024-01-05 21:13:25 +01:00
parent 76866fbbc2
commit 05bffd33f8

View File

@ -1,7 +1,7 @@
Name: chromium Name: chromium
Epoch: 3 Epoch: 3
Version: 40.0.2214.115 Version: 41.0.2272.76
Release: 1mamba Release: 2mamba
Summary: An open-source browser project that aims to build a safer, faster, and more stable way to experience the web Summary: An open-source browser project that aims to build a safer, faster, and more stable way to experience the web
Group: Graphical Desktop/Applications/Internet Group: Graphical Desktop/Applications/Internet
Vendor: openmamba Vendor: openmamba
@ -181,13 +181,14 @@ Chromium is an open-source browser project that aims to build a safer, faster, a
%patch14 -p1 %patch14 -p1
#%patch15 -p1 #%patch15 -p1
#%patch16 -p2 #%patch16 -p2
%patch17 -p1 #%patch17 -p1
#%patch18 -p2 #%patch18 -p2
%patch19 -p1 %patch19 -p1
# Download NaCL toolchains # Download NaCL toolchains
python build/download_nacl_toolchains.py \ python build/download_nacl_toolchains.py \
--packages nacl_x86_newlib,pnacl_newlib,pnacl_translator --packages nacl_x86_newlib,pnacl_newlib,pnacl_translator \
sync --extract
%build %build
#:<< ___EOF #:<< ___EOF
@ -303,6 +304,7 @@ install -m0755 out/Release/chrome_sandbox %{buildroot}/opt/chromium/chrome-sandb
install -m0755 out/Release/chromedriver %{buildroot}/opt/chromium/chromedriver install -m0755 out/Release/chromedriver %{buildroot}/opt/chromium/chromedriver
cp out/Release/{*.pak,libffmpegsumo.so,libpdf.so} \ cp out/Release/{*.pak,libffmpegsumo.so,libpdf.so} \
%{buildroot}/opt/chromium/ %{buildroot}/opt/chromium/
cp out/Release/*.bin %{buildroot}/opt/chromium/
install -m0755 chrome/tools/build/linux/chrome-wrapper %{buildroot}/opt/chromium/ install -m0755 chrome/tools/build/linux/chrome-wrapper %{buildroot}/opt/chromium/
#install -m0755 third_party/xdg-utils/scripts/xdg-settings %{buildroot}/opt/chromium/xdg-settings #install -m0755 third_party/xdg-utils/scripts/xdg-settings %{buildroot}/opt/chromium/xdg-settings
@ -395,6 +397,7 @@ fi
/opt/chromium/chrome /opt/chromium/chrome
/opt/chromium/chromedriver /opt/chromium/chromedriver
/opt/chromium/*.pak /opt/chromium/*.pak
/opt/chromium/*.bin
/opt/chromium/chrome-wrapper /opt/chromium/chrome-wrapper
%attr(4755,root,root) /opt/chromium/chrome-sandbox %attr(4755,root,root) /opt/chromium/chrome-sandbox
#/opt/chromium/ffmpegsumo_nolink #/opt/chromium/ffmpegsumo_nolink
@ -423,6 +426,12 @@ fi
%{_mandir}/man1/chrome.1* %{_mandir}/man1/chrome.1*
%changelog %changelog
* Tue Mar 10 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 41.0.2272.76-2mamba
- install newly required out/Release/*.bin files
* Mon Mar 09 2015 Automatic Build System <autodist@mambasoft.it> 41.0.2272.76-1mamba
- automatic version update by autodist
* Fri Feb 20 2015 Automatic Build System <autodist@mambasoft.it> 40.0.2214.115-1mamba * Fri Feb 20 2015 Automatic Build System <autodist@mambasoft.it> 40.0.2214.115-1mamba
- automatic version update by autodist - automatic version update by autodist