public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bear] epel10: Adapt bear to the new cmake macros in Rawhide
@ 2026-07-11 2:31
0 siblings, 0 replies; only message in thread
From: @ 2026-07-11 2:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bear
Branch : epel10
Commit : 9ba158a86048a33ee26da68918c7973471fcfa56
Author : Dan Čermák <dan.cermak@cgc-instruments.com>
Date : 2020-07-22T20:37:52+02:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/bear/c/9ba158a86048a33ee26da68918c7973471fcfa56?branch=epel10
Log:
Adapt bear to the new cmake macros in Rawhide
---
diff --git a/bear.spec b/bear.spec
index e0aff21..b39ee2b 100644
--- a/bear.spec
+++ b/bear.spec
@@ -26,10 +26,10 @@ tooling.
%build
%cmake .
-%make_build
+%cmake_build
%install
-%make_install
+%cmake_install
# Fix shebang line
for f in %{buildroot}/%{_bindir}/* ; do
@@ -44,7 +44,7 @@ rm %{buildroot}/%{_datadir}/doc/bear/COPYING
# Tests fail on EPEL, only run them on Fedora
%if 0%{?fedora}
%check
-make check
+make check -C %{_vpath_builddir}
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-11 2:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11 2:31 [rpms/bear] epel10: Adapt bear to the new cmake macros in Rawhide
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox