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/qbittorrent] epel10: removed obsolete cmake flag -DQT6=ON to eliminate cmake config warnings
Date: Tue, 28 Jul 2026 22:54:55 GMT	[thread overview]
Message-ID: <178527929518.1.3388626365066716828.rpms-qbittorrent-8d8f820f3066@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/qbittorrent
            Branch : epel10
            Commit : 8d8f820f3066a83cee1e15b763dfc23c355bcbbf
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-07-25T20:58:38-03:00
            Stats  : +17/-19 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/qbittorrent/c/8d8f820f3066a83cee1e15b763dfc23c355bcbbf?branch=epel10

            Log:
            removed obsolete cmake flag -DQT6=ON to eliminate cmake config warnings

cleaned up unused / redundant dependencies, added explicit cmake dependencies

updated version constraints according to upstream cmake requirements

sorted all BuildRequires in alphabetical order

build passes in rawhide, f44, f43 and epel10

---
diff --git a/qbittorrent.spec b/qbittorrent.spec
index a55b7e0..494d5a2 100644
--- a/qbittorrent.spec
+++ b/qbittorrent.spec
@@ -14,27 +14,31 @@ Source3: qbittorrent-nox.README
 
 ExcludeArch:   %{ix86}
 
+BuildRequires: appstream
+BuildRequires: boost-devel >= 1.76
 BuildRequires: cmake
+BuildRequires: cmake(Qt6Core)
+BuildRequires: cmake(Qt6DBus)
+BuildRequires: cmake(Qt6Gui)
+BuildRequires: cmake(Qt6LinguistTools)
+BuildRequires: cmake(Qt6Network)
+BuildRequires: cmake(Qt6Sql)
+BuildRequires: cmake(Qt6Svg)
+BuildRequires: cmake(Qt6Widgets)
+BuildRequires: cmake(Qt6Xml)
+BuildRequires: desktop-file-utils
 BuildRequires: gcc-c++
 BuildRequires: gnupg2
 BuildRequires: ninja-build
+BuildRequires: openssl-devel
+BuildRequires: qt6-qtbase-private-devel
+BuildRequires: rb_libtorrent-devel >= 1.2.19
 BuildRequires: systemd
 BuildRequires: systemd-rpm-macros
-BuildRequires: cmake(Qt6Core)
-BuildRequires: cmake(Qt6Gui)
-BuildRequires: cmake(Qt6Svg)
-BuildRequires: cmake(Qt6LinguistTools)
-BuildRequires: libxkbcommon-devel
-BuildRequires: qt6-qtbase-private-devel
-BuildRequires: qt6-linguist
-BuildRequires: rb_libtorrent-devel >= 1.2.12
-BuildRequires: desktop-file-utils
-BuildRequires: boost-devel >= 1.60
-BuildRequires: appstream
 BuildRequires: zlib-ng-compat-static
 
 Requires: python3
-Requires:   qt6-qtsvg%{?_isa}
+Requires: qt6-qtsvg%{?_isa}
 
 %description
 A Bittorrent client using rb_libtorrent and a Qt6 Graphical User Interface.
@@ -56,19 +60,13 @@ cp %{SOURCE3} .
 %define _vpath_builddir build-nox
 %cmake \
  -DSYSTEMD=ON \
- -Wno-dev \
- -GNinja \
- -DQT6=ON \
  -DGUI=OFF
 
 %cmake_build
 
 # Build gui version
 %define _vpath_builddir build-gui
-%cmake \
- -Wno-dev \
- -DQT6=ON \
- -GNinja
+%cmake
 
 %cmake_build
 

                 reply	other threads:[~2026-07-28 22:54 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=178527929518.1.3388626365066716828.rpms-qbittorrent-8d8f820f3066@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