public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matthew Krupcale <mkrupcale@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/global] rawhide: global.spec: add %conf section for %configure
Date: Sat, 20 Jun 2026 19:42:39 GMT	[thread overview]
Message-ID: <178198455991.1.1619041600815551410.rpms-global-d506bc57fee7@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/global
            Branch : rawhide
            Commit : d506bc57fee7dcd27e10529708689336bda7845b
            Author : Matthew Krupcale <mkrupcale@gmail.com>
            Date   : 2026-06-20T14:50:44-04:00
            Stats  : +3/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/global/c/d506bc57fee7dcd27e10529708689336bda7845b?branch=rawhide

            Log:
            global.spec: add %conf section for %configure

Add a %conf section for the %configure and %build for %make_build.

 * global.spec: add %conf section for %configure

---
diff --git a/global.spec b/global.spec
index 55d596a..5aeca02 100644
--- a/global.spec
+++ b/global.spec
@@ -69,10 +69,12 @@ through Pygments and Universal Ctags.
 %autosetup -p1
 touch -r configure.ac configure aclocal.m4 Makefile.in
 
-%build
+%conf
 %configure --with-posix-sort=/usr/bin/sort --with-universal-ctags=/usr/bin/ctags \
            --localstatedir=/var/tmp/ --without-included-ltdl --with-sqlite3 \
            --with-python-interpreter=%{python3} --disable-static
+
+%build
 %make_build
 
 %install

                 reply	other threads:[~2026-06-20 19:42 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=178198455991.1.1619041600815551410.rpms-global-d506bc57fee7@fedoraproject.org \
    --to=mkrupcale@gmail.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