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/xeus] epel10: Fix for cmake change.
Date: Sat, 11 Jul 2026 22:27:54 GMT [thread overview]
Message-ID: <178380887488.1.10675112013370466799.rpms-xeus-5fe9288511af@fedoraproject.org> (raw)
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*
reply other threads:[~2026-07-11 22:27 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=178380887488.1.10675112013370466799.rpms-xeus-5fe9288511af@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