public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/global] rawhide: global.spec: add %conf section for %configure
@ 2026-06-20 19:42 Matthew Krupcale
0 siblings, 0 replies; only message in thread
From: Matthew Krupcale @ 2026-06-20 19:42 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-20 19:42 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:42 [rpms/global] rawhide: 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