automatic version update by autodist [release 120.0.6099.199-1mamba;Sun Jan 07 2024]
This commit is contained in:
parent
45418d11cc
commit
eaf3964901
@ -3,7 +3,7 @@
|
|||||||
#% define chromium_patches_ver %(echo %version | cut -d. -f1)-3
|
#% define chromium_patches_ver %(echo %version | cut -d. -f1)-3
|
||||||
Name: chromium
|
Name: chromium
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Version: 120.0.6099.129
|
Version: 120.0.6099.199
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
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
|
||||||
@ -123,9 +123,9 @@ Chromium is an open-source browser project that aims to build a safer, faster, a
|
|||||||
%global __provides_exclude_from ^%{_libdir}/chromium/.*$
|
%global __provides_exclude_from ^%{_libdir}/chromium/.*$
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#% setup -q -a2
|
%setup -q -a2
|
||||||
%setup -q -D -T
|
#% setup -q -D -T
|
||||||
:<< ___EOF
|
#:<< ___EOF
|
||||||
|
|
||||||
# Allow building against system libraries in official builds
|
# Allow building against system libraries in official builds
|
||||||
sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
|
sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
|
||||||
@ -313,7 +313,7 @@ gn gen out/Release --args="${chromium_conf[*]}" \
|
|||||||
|
|
||||||
#_EOF
|
#_EOF
|
||||||
|
|
||||||
ninja -C out/Release chrome chrome_sandbox chromedriver.unstripped
|
ninja -j4 -C out/Release chrome chrome_sandbox chromedriver.unstripped
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -432,6 +432,9 @@ ln -s %{_libdir}/chromium/chromedriver %{buildroot}%{_bindir}/chromedriver
|
|||||||
%{_mandir}/man1/chromium.1*
|
%{_mandir}/man1/chromium.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 07 2024 Automatic Build System <autodist@openmamba.org> 120.0.6099.199-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Dec 26 2023 Automatic Build System <autodist@mambasoft.it> 120.0.6099.129-1mamba
|
* Tue Dec 26 2023 Automatic Build System <autodist@mambasoft.it> 120.0.6099.129-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user