public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/bear] epel10: Adapt bear to the new cmake macros in Rawhide
Date: Sat, 11 Jul 2026 02:31:15 GMT	[thread overview]
Message-ID: <178373707517.1.16906331994236451837.rpms-bear-9ba158a86048@fedoraproject.org> (raw)

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
 
 

                 reply	other threads:[~2026-07-11  2:31 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=178373707517.1.16906331994236451837.rpms-bear-9ba158a86048@fedoraproject.org \
    --to=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