diff --git a/chromium.spec b/chromium.spec index 6b21b1f..b8177b1 100644 --- a/chromium.spec +++ b/chromium.spec @@ -3,7 +3,7 @@ %define clang_version %(clang --version | grep -m1 version | sed 's/[^0-9.]//g' | cut -d. -f1) Name: chromium Epoch: 3 -Version: 132.0.6834.159 +Version: 133.0.6943.35 Release: 1mamba 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 @@ -103,13 +103,15 @@ Chromium is an open-source browser project that aims to build a safer, faster, a # Chromium adds its own LTO flags %global _lto_cflags %{nil} -%define _default_patch_fuzz 2 - +#% define _default_patch_fuzz 2 %global __provides_exclude_from ^%{_libdir}/chromium/.*$ +%global __rm /bin/true + %prep -%setup -q -a2 -#% setup -q -D -T +#% setup -q -a2 +%setup -q -D -T +exit 1 #:<< ___EOF # Allow building against system libraries in official builds @@ -222,7 +224,7 @@ sed -i "s|aarch64-linux-gnu|aarch64-openmamba-linux-gnu|" \ %endif %build -#:<< ___EOF +:<< _EOF export CC=clang export CXX=clang++ export AR=llvm-ar @@ -350,15 +352,16 @@ sed -i \ %{buildroot}%{_datadir}/applications/chromium.desktop \ %{buildroot}%{_mandir}/man1/chromium.1 -# Install metainfo file -install -Dm644 chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml \ - %{buildroot}%{_datadir}/metainfo/chromium.appdata.xml -sed -ni \ - -e 's/chromium-browser\.desktop/chromium.desktop/' \ - -e '//d' \ - -e '/

/N;/

\n.*\(We invite\|Chromium supports Vorbis\)/,/<\/p>/d' \ - -e '/^/d' $tmpl_file | envsubst +) \ +| install -Dm644 /dev/stdin %{buildroot}%{_datadir}/metainfo/chromium.appdata.xml + # install master_preferences file for first run and homepage customization install -m0644 %{SOURCE1} %{buildroot}%{_libdir}/chromium/master_preferences @@ -423,6 +426,9 @@ ln -s %{_libdir}/chromium/chromedriver %{buildroot}%{_bindir}/chromedriver %{_mandir}/man1/chromium.1* %changelog +* Sun Feb 02 2025 Automatic Build System 133.0.6943.35-1mamba +- automatic version update by autodist + * Thu Jan 30 2025 Automatic Build System 132.0.6834.159-1mamba - automatic version update by autodist