public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: rename builddir to chromebuilddir
Date: Fri, 07 Aug 2026 16:06:32 GMT	[thread overview]
Message-ID: <178611879286.1.16187216719583946107.rpms-chromium-a807056bef52@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/chromium
Branch : epel9-next
Commit : a807056bef52a1b05e8ccefe8139ef9fa6b58534
Author : Than Ngo <than@redhat.com>
Date   : 2024-06-07T12:09:24+02:00
Stats  : +11/-11 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/a807056bef52a1b05e8ccefe8139ef9fa6b58534?branch=epel9-next

Log:
rename builddir to chromebuilddir

---
diff --git a/chromium.spec b/chromium.spec
index 5335537..de9f4df 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -126,7 +126,7 @@
 %global useapikey 1
 
 # Leave this alone, please.
-%global builddir out/Release
+%global chromebuilddir out/Release
 %global headlessbuilddir out/Headless
 %global remotingbuilddir out/Remoting
 
@@ -1734,17 +1734,17 @@ fi
 %if %{bootstrap}
 tools/gn/bootstrap/bootstrap.py --gn-gen-args="$CHROMIUM_CORE_GN_DEFINES $CHROMIUM_BROWSER_GN_DEFINES"
 %else
-mkdir -p %{builddir} && cp -a %{_bindir}/gn %{builddir}/
+mkdir -p %{chromebuilddir} && cp -a %{_bindir}/gn %{chromebuilddir}/
 %endif
 
-%{builddir}/gn --script-executable=%{chromium_pybin} gen --args="$CHROMIUM_CORE_GN_DEFINES $CHROMIUM_BROWSER_GN_DEFINES" %{builddir}
+%{chromebuilddir}/gn --script-executable=%{chromium_pybin} gen --args="$CHROMIUM_CORE_GN_DEFINES $CHROMIUM_BROWSER_GN_DEFINES" %{chromebuilddir}
 
 %if %{build_headless}
-%{builddir}/gn --script-executable=%{chromium_pybin} gen --args="$CHROMIUM_CORE_GN_DEFINES $CHROMIUM_HEADLESS_GN_DEFINES" %{headlessbuilddir}
+%{chromebuilddir}/gn --script-executable=%{chromium_pybin} gen --args="$CHROMIUM_CORE_GN_DEFINES $CHROMIUM_HEADLESS_GN_DEFINES" %{headlessbuilddir}
 %endif
 
 %if %{build_remoting}
-%{builddir}/gn --script-executable=%{chromium_pybin} gen --args="$CHROMIUM_CORE_GN_DEFINES $CHROMIUM_BROWSER_GN_DEFINES" %{remotingbuilddir}
+%{chromebuilddir}/gn --script-executable=%{chromium_pybin} gen --args="$CHROMIUM_CORE_GN_DEFINES $CHROMIUM_BROWSER_GN_DEFINES" %{remotingbuilddir}
 %endif
 
 %if %{build_headless}
@@ -1752,18 +1752,18 @@ mkdir -p %{builddir} && cp -a %{_bindir}/gn %{builddir}/
 %build_target %{headlessbuilddir} headless_shell
 %endif
 
-%build_target %{builddir} chrome
-%build_target %{builddir} chrome_sandbox
+%build_target %{chromebuilddir} chrome
+%build_target %{chromebuilddir} chrome_sandbox
 
 %if %{build_chromedriver}
-%build_target %{builddir} chromedriver
+%build_target %{chromebuilddir} chromedriver
 %endif
 
 %if %{build_clear_key_cdm}
-%build_target %{builddir} clear_key_cdm
+%build_target %{chromebuilddir} clear_key_cdm
 %endif
 
-%build_target %{builddir} policy_templates
+%build_target %{chromebuilddir} policy_templates
 
 %if %{build_remoting}
 %build_target %{remotingbuilddir} remoting_all
@@ -1804,7 +1804,7 @@ sed -i "s|@@CHROMIUM_BROWSER_CHANNEL@@|$CHROMIUM_BROWSER_CHANNEL|g" %{buildroot}
 ln -s ../..%{chromium_path}/%{chromium_browser_channel}.sh %{buildroot}%{_bindir}/%{chromium_browser_channel}
 mkdir -p %{buildroot}%{_mandir}/man1/
 
-pushd %{builddir}
+pushd %{chromebuilddir}
 %if %{bundleicu}
 	cp -a icudtl.dat %{buildroot}%{chromium_path}
 %endif

                 reply	other threads:[~2026-08-07 16:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178611879286.1.16187216719583946107.rpms-chromium-a807056bef52@fedoraproject.org \
    --to=than@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox