public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xtl] epel10: Fix build with other CMake backends
@ 2026-07-11 22:45 Elliott Sales de Andrade
0 siblings, 0 replies; only message in thread
From: Elliott Sales de Andrade @ 2026-07-11 22:45 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-11 22:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11 22:45 [rpms/xtl] epel10: Fix build with other CMake backends Elliott Sales de Andrade
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox