public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/xtl] epel10: Fix build with other CMake backends
Date: Sat, 11 Jul 2026 22:45:52 GMT	[thread overview]
Message-ID: <178380995208.1.9148605981014971688.rpms-xtl-8935eaead5a6@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/xtl
Branch : epel10
Commit : 8935eaead5a6b2765b9c00fd1f490db46929fcb8
Author : Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date   : 2025-07-31T22:58:07-04:00
Stats  : +1/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/xtl/c/8935eaead5a6b2765b9c00fd1f490db46929fcb8?branch=epel10

Log:
Fix build with other CMake backends

---
diff --git a/xtl.spec b/xtl.spec
index e178fa1..ca0742d 100644
--- a/xtl.spec
+++ b/xtl.spec
@@ -53,14 +53,11 @@ make html SPHINXBUILD=sphinx-build-3
 rm build/html/.buildinfo
 popd
 
-
 %install
 %cmake_install
 
-
 %check
-make -C "%{_vpath_builddir}" xtest
-
+%cmake_build --target xtest
 
 %files devel
 %doc README.md
@@ -72,6 +69,5 @@ make -C "%{_vpath_builddir}" xtest
 %files doc
 %doc docs/build/html
 
-
 %changelog
 %autochangelog

                 reply	other threads:[~2026-07-11 22:45 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=178380995208.1.9148605981014971688.rpms-xtl-8935eaead5a6@fedoraproject.org \
    --to=quantum.analyst@gmail.com \
    --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