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

            A new commit has been pushed.

            Repo   : rpms/libqalculate
            Branch : rawhide
            Commit : 87767e0cfd67b91f9e5e936c9bd66a942d3be249
            Author : Matthew Krupcale <mkrupcale@gmail.com>
            Date   : 2026-06-20T18:29:52-04:00
            Stats  : +3/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/libqalculate/c/87767e0cfd67b91f9e5e936c9bd66a942d3be249?branch=rawhide

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

Add a %conf section for the %configure and %build for %make_build. Also move the
autoreconf to the %prep section.

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

[skip changelog]

---
diff --git a/libqalculate.spec b/libqalculate.spec
index 44afbc7..6928c87 100644
--- a/libqalculate.spec
+++ b/libqalculate.spec
@@ -71,13 +71,14 @@ frontends are provided by qalculate-gtk and qalculate-kde packages resp.
 
 %prep
 %forgeautosetup -p1
-
-%build
 autoreconf -fiv
+
+%conf
 %configure --disable-static
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
+%build
 %make_build
 
 %install

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-20 22:38 [rpms/libqalculate] rawhide: libqalculate.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