public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Kratochvil <jan@jankratochvil.net>
To: git-commits@fedoraproject.org
Subject: [rpms/icemon] rawhide: Fix the build: BuildRequires qt5->qt6
Date: Sun, 09 Aug 2026 06:07:03 GMT	[thread overview]
Message-ID: <178625562363.1.1635538841778753510.rpms-icemon-3971a440b73d@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-08-09  6:07 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=178625562363.1.1635538841778753510.rpms-icemon-3971a440b73d@fedoraproject.org \
    --to=jan@jankratochvil.net \
    --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