public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xeus] epel10: Fix for cmake change.
@ 2026-07-11 22:27 Elliott Sales de Andrade
0 siblings, 0 replies; only message in thread
From: Elliott Sales de Andrade @ 2026-07-11 22:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xeus
Branch : epel10
Commit : 5fe9288511af47e96e9803f86f11d2728b9d5a85
Author : Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date : 2020-08-01T22:55:01-04:00
Stats : +7/-9 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xeus/c/5fe9288511af47e96e9803f86f11d2728b9d5a85?branch=epel10
Log:
Fix for cmake change.
---
diff --git a/xeus.spec b/xeus.spec
index 2bc2b2b..e5cd71f 100644
--- a/xeus.spec
+++ b/xeus.spec
@@ -42,25 +42,23 @@ Development files for %{name} library.
%build
-mkdir build && cd build
-%cmake -DXEUS_BUILD_STATIC_LIBS=OFF -DXEUS_DISABLE_ARCH_NATIVE=ON ..
-%make_build
+%cmake -DXEUS_BUILD_STATIC_LIBS=OFF -DXEUS_DISABLE_ARCH_NATIVE=ON
+%cmake_build
-make -C ../docs SPHINXBUILD=sphinx-build-3 html BUILDDIR=${PWD}
-rm html/.buildinfo
+make -C docs SPHINXBUILD=sphinx-build-3 html
+rm docs/build/html/.buildinfo
%install
-%make_install -C build
+%cmake_install
%check
-cd build
-ctest -V
+%ctest
%files
-%doc README.md build/html
+%doc README.md docs/build/html
%license LICENSE
%{_libdir}/libxeus.so.1*
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-11 22:27 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:27 [rpms/xeus] epel10: Fix for cmake change 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