public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/danmaq] rawhide: Fix danmaq: FTBFS in Fedora rawhide/f45 rhbz#2503840
Date: Thu, 23 Jul 2026 03:08:48 GMT	[thread overview]
Message-ID: <178477612846.1.2306992760719088990.rpms-danmaq-d727fb52ffd0@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/danmaq
            Branch : rawhide
            Commit : d727fb52ffd0feb813760974f5f0cc30b38af15b
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-07-23T00:07:23-03:00
            Stats  : +1/-7 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/danmaq/c/d727fb52ffd0feb813760974f5f0cc30b38af15b?branch=rawhide

            Log:
            Fix danmaq: FTBFS in Fedora rawhide/f45 rhbz#2503840
Fix danmaq: FTBFS with change proposal CMake 4.0 rhbz#2380531

---
diff --git a/danmaq.spec b/danmaq.spec
index d66af00..e08f4af 100644
--- a/danmaq.spec
+++ b/danmaq.spec
@@ -25,17 +25,11 @@ DanmaQ is a small client side Qt program to play danmaku on any screen.
 %setup -q -n %{reponame}-%{version}
 
 %build
-mkdir build && cd build
-%cmake3 ..
-# Since 0.2.3 it cannot be built in parallel. So use make instead of macro.
+%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 %cmake_build
 
 %install
-# install 
-pushd build
 %cmake_install
-#install -Dm 0755 build/src/%{reponame} %{buildroot}%{_bindir}/%{reponame}
-popd
 
 # icon files
 install -Dm0644 src/icons/statusicon.ico    %{buildroot}%{_datadir}/pixmaps/statusicon.ico

                 reply	other threads:[~2026-07-23  3:08 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=178477612846.1.2306992760719088990.rpms-danmaq-d727fb52ffd0@fedoraproject.org \
    --to=rosset.filipe@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