add missing *.pak [release 44.0.2403.130-2mamba;Sun Aug 09 2015]
This commit is contained in:
parent
12ab6e82a7
commit
a5595b1d2d
@ -1,7 +1,7 @@
|
||||
Name: chromium
|
||||
Epoch: 3
|
||||
Version: 43.0.2357.134
|
||||
Release: 1mamba
|
||||
Version: 44.0.2403.130
|
||||
Release: 2mamba
|
||||
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
|
||||
Vendor: openmamba
|
||||
@ -302,8 +302,6 @@ install -d -m0755 %{buildroot}%{_libdir}/chromium/ %{buildroot}%{_bindir}
|
||||
install -m0755 out/Release/chrome %{buildroot}%{_libdir}/chromium/chromium
|
||||
install -m0755 out/Release/chrome_sandbox %{buildroot}%{_libdir}/chromium/chrome-sandbox
|
||||
install -m0755 out/Release/chromedriver %{buildroot}%{_libdir}/chromium/chromedriver
|
||||
cp out/Release/{*.pak,libffmpegsumo.so} \
|
||||
%{buildroot}%{_libdir}/chromium
|
||||
cp out/Release/*.bin %{buildroot}%{_libdir}/chromium/
|
||||
|
||||
install -m0755 chrome/tools/build/linux/chrome-wrapper %{buildroot}%{_libdir}/chromium/
|
||||
@ -318,7 +316,7 @@ install -m0755 chrome/tools/build/linux/chrome-wrapper %{buildroot}%{_libdir}/ch
|
||||
%if "%cross_target_cpu" != "i586"
|
||||
install -m0755 out/Release/protoc %{buildroot}%{_libdir}/chromium/
|
||||
%endif
|
||||
#install -m0644 out/Release/resources.pak %{buildroot}/opt/chromium/
|
||||
cp -a out/Release/*.pak %{buildroot}%{_libdir}/chromium/
|
||||
install -D -m0644 out/Release/icudtl.dat %{buildroot}%{_libdir}/chromium
|
||||
install -D -m0644 out/Release/chrome.1 %{buildroot}%{_mandir}/man1/chromium.1
|
||||
install -D -m0644 chrome/app/theme/chromium/product_logo_48.png %{buildroot}%{_datadir}/pixmaps/chromium.png
|
||||
@ -416,12 +414,11 @@ fi
|
||||
%dir %{_libdir}/chromium
|
||||
%{_libdir}/chromium/chromium
|
||||
%{_libdir}/chromium/chromedriver
|
||||
%{_libdir}/chromium/*.pak
|
||||
%{_libdir}/chromium/*.bin
|
||||
%{_libdir}/chromium/*.pak
|
||||
%{_libdir}/chromium/chrome-wrapper
|
||||
%attr(4755,root,root) %{_libdir}/chromium/chrome-sandbox
|
||||
%{_libdir}/chromium/icudtl.dat
|
||||
%{_libdir}/chromium/libffmpegsumo.so
|
||||
#/opt/chromium/libpdf.so
|
||||
#/opt/chromium/nacl_helper
|
||||
#/opt/chromium/nacl_helper-bootstrap
|
||||
@ -440,10 +437,17 @@ fi
|
||||
#/opt/chromium/re2c
|
||||
#/opt/chromium/yasm
|
||||
#%endif
|
||||
%{_libdir}/chromium/locales
|
||||
%dir %{_libdir}/chromium/locales
|
||||
%{_libdir}/chromium/locales/*.pak
|
||||
%{_mandir}/man1/chromium.1*
|
||||
|
||||
%changelog
|
||||
* Sun Aug 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 44.0.2403.130-2mamba
|
||||
- add missing *.pak
|
||||
|
||||
* Sat Aug 08 2015 Automatic Build System <autodist@mambasoft.it> 44.0.2403.130-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 15 2015 Automatic Build System <autodist@mambasoft.it> 43.0.2357.134-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user