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

            A new commit has been pushed.

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

            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 86b8cf9..fe5c3ab 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:51 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:51 [rpms/global] epel10: 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