public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/tlfloat] rawhide: Better BuildOption formatting
Date: Sat, 12 Sep 2026 07:20:54 GMT	[thread overview]
Message-ID: <178919765471.1.11930802061028069547.rpms-tlfloat-0bd968e386fd@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/tlfloat
Branch : rawhide
Commit : 0bd968e386fd8054219a9d6563f7c4de10625e40
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-09-12T08:18:48+01:00
Stats  : +5/-7 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/tlfloat/c/0bd968e386fd8054219a9d6563f7c4de10625e40?branch=rawhide

Log:
Better BuildOption formatting

---
diff --git a/tlfloat.spec b/tlfloat.spec
index e8095a8..4beb1d5 100644
--- a/tlfloat.spec
+++ b/tlfloat.spec
@@ -26,15 +26,13 @@ Patch:          %{url}/commit/c44b279033be35c55efa74267259f5df4321c213.patch
 BuildSystem:    cmake
 # BUILD_UTILS: These utilities (genmathcoef, mkrpitab) are intended for library
 # maintainers, and are not installed, so we do not build them.
-BuildOption(conf): %{shrink:
-    -DBUILD_TESTS:BOOL=%{?with_ctest:ON}%{?!with_ctest:OFF}
-    -DBUILD_UTILS:BOOL=OFF
-    -DBUILD_EXHAUSTIVE_TESTING:BOOL=%{?with_exhaustive:ON}%{?!with_exhaustive:OFF}
-    -DENABLE_EXHAUSTIVE_TESTING:BOOL=%{?with_exhaustive:ON}%{?!with_exhaustive:OFF}
-    }
+BuildOption(conf): -DBUILD_TESTS:BOOL=%{with ctest}
+BuildOption(conf): -DBUILD_UTILS:BOOL=OFF
+BuildOption(conf): -DBUILD_EXHAUSTIVE_TESTING:BOOL=%{with exhaustive}
+BuildOption(conf): -DENABLE_EXHAUSTIVE_TESTING:BOOL=%{with exhaustive}
+%if %{with exhaustive}
 # Set a one-week timeout if we are doing exhaustive tests. See notes above the
 # conditional; these may take over a day on some server-class hardware.
-%if %{with exhaustive}
 BuildOption(check): --timeout 604800
 %endif
 

                 reply	other threads:[~2026-09-12  7:20 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=178919765471.1.11930802061028069547.rpms-tlfloat-0bd968e386fd@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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