public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/icemon] rawhide: Fix the build: BuildRequires qt5->qt6
@ 2026-08-09 6:07 Jan Kratochvil
0 siblings, 0 replies; only message in thread
From: Jan Kratochvil @ 2026-08-09 6:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/icemon
Branch : rawhide
Commit : 3971a440b73daf23bd05454ec648280ea17ede2c
Author : Jan Kratochvil <jan@jankratochvil.net>
Date : 2026-08-09T08:06:47+02:00
Stats : +9/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/icemon/c/3971a440b73daf23bd05454ec648280ea17ede2c?branch=rawhide
Log:
Fix the build: BuildRequires qt5->qt6
Use pandoc for the man page
---
diff --git a/icemon.spec b/icemon.spec
index 4a509ab..96e62b5 100644
--- a/icemon.spec
+++ b/icemon.spec
@@ -1,6 +1,6 @@
Name: icemon
Version: 3.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Icecream GUI monitor
# Automatically converted from old format: GPLv2+ - review is highly recommended.
@@ -14,8 +14,9 @@ BuildRequires: pkgconfig(icecc) >= 1.3
BuildRequires: cmake
BuildRequires: desktop-file-utils
BuildRequires: extra-cmake-modules
-BuildRequires: qt5-qtbase-devel
+BuildRequires: qt6-qtbase-devel
BuildRequires: libappstream-glib
+BuildRequires: pandoc
Requires: hicolor-icon-theme
@@ -28,6 +29,8 @@ A GUI monitor for Icecream, a distributed compiler system.
%build
%cmake
%cmake_build
+mkdir -p %{buildroot}/%{_mandir}/man1
+pandoc doc/icemon.md -s -t man -o %{buildroot}/%{_mandir}/man1/icemon.1
%install
%cmake_install
@@ -50,6 +53,10 @@ install -m644 -D %{SOURCE1} %{buildroot}/%{_metainfodir}/%{name}.metainfo.xml
%doc CHANGELOG.md README.md
%changelog
+* Sun Aug 9 2026 Jan Kratochvil <jan@jankratochvil.net> - 3.4-2
+- Fix the build: BuildRequires qt5->qt6
+- Use pandoc for the man page
+
* Sat Aug 8 2026 Jan Kratochvil <jan@jankratochvil.net> - 3.4-1
- Updated to 3.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-09 6:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-09 6:07 [rpms/icemon] rawhide: Fix the build: BuildRequires qt5->qt6 Jan Kratochvil
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox