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/fontmake] rawhide: Better BuildOption formatting
Date: Mon, 07 Sep 2026 20:58:33 GMT	[thread overview]
Message-ID: <178881471350.1.6828421275491255130.rpms-fontmake-e7c18779fbda@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/fontmake
Branch : rawhide
Commit : e7c18779fbda08340f112b1f1f07b5f91ad6bb72
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-09-07T21:57:15+01:00
Stats  : +12/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/fontmake/c/e7c18779fbda08340f112b1f1f07b5f91ad6bb72?branch=rawhide

Log:
Better BuildOption formatting

---
diff --git a/fontmake.spec b/fontmake.spec
index c8e44fe..2d9e2b0 100644
--- a/fontmake.spec
+++ b/fontmake.spec
@@ -32,12 +32,18 @@ BuildOption(install): --assert-license fontmake
 #   - MutatorMath is no longer supported but a dummy extras [sic] is kept below
 #     to avoid fontmake installation failing if requested
 # We therefore don’t need to generate dependencies for these.
-BuildOption(generate_buildrequires): %{shrink:
-    %{?with_pathops:--extras pathops}
-    %{?with_autohint:--extras autohint}
-    %{?with_json:--extras json}
-    %{?with_repacker:--extras repacker}
-    }
+%if %{with pathops}
+BuildOption(generate_buildrequires): --extras pathops
+%endif
+%if %{with autohint}
+BuildOption(generate_buildrequires): --extras autohint
+%endif
+%if %{with json}
+BuildOption(generate_buildrequires): --extras json
+%endif
+%if %{with repacker}
+BuildOption(generate_buildrequires): --extras repacker
+%endif
 
 BuildArch:      noarch
 

                 reply	other threads:[~2026-09-07 20:58 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=178881471350.1.6828421275491255130.rpms-fontmake-e7c18779fbda@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