public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/global] f43: global.spec: add %conf section for %configure
@ 2026-06-20 19:50 Matthew Krupcale
  0 siblings, 0 replies; only message in thread
From: Matthew Krupcale @ 2026-06-20 19:50 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

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

            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 6530839..c0d291c 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-20 19:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-20 19:50 [rpms/global] f43: global.spec: add %conf section for %configure Matthew Krupcale

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox