public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/danmaq] rawhide: Fix danmaq: FTBFS in Fedora rawhide/f45 rhbz#2503840
@ 2026-07-23  3:08 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-23  3:08 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-23  3:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-23  3:08 [rpms/danmaq] rawhide: Fix danmaq: FTBFS in Fedora rawhide/f45 rhbz#2503840 Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox