public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tinyxml2] rawhide: Better BuildOption formatting
@ 2026-09-12  7:16 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-12  7:16 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/tinyxml2
Branch : rawhide
Commit : 2dfa3f621eeb4d8e945f3c39e547349ff36693a4
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-09-12T08:14:52+01:00
Stats  : +2/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/tinyxml2/c/2dfa3f621eeb4d8e945f3c39e547349ff36693a4?branch=rawhide

Log:
Better BuildOption formatting

---
diff --git a/tinyxml2.spec b/tinyxml2.spec
index 6e49c97..c215c49 100644
--- a/tinyxml2.spec
+++ b/tinyxml2.spec
@@ -31,10 +31,8 @@ Source:         %{url}/archive/%{version}/tinyxml2-%{version}.tar.gz
 # meson are reasonable choices; choosing CMake allows us to generate and
 # install .cmake files to be used by dependent packages, which is worthwhile.
 BuildSystem:    cmake
-BuildOption(conf): %{shrink:
-    -Dtinyxml2_BUILD_TESTING:BOOL=%{?with_ctest:ON}%{?!with_ctest:OFF}
-    -Dtinyxml2_INSTALL_PKGCONFIG:BOOL=ON
-    }
+BuildOption(conf): -Dtinyxml2_BUILD_TESTING:BOOL=%{with ctest}
+BuildOption(conf): -Dtinyxml2_INSTALL_PKGCONFIG:BOOL=ON
 
 BuildRequires:  gcc
 BuildRequires:  gcc-c++

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

only message in thread, other threads:[~2026-09-12  7:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-12  7:16 [rpms/tinyxml2] rawhide: Better BuildOption formatting Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox