public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/qbittorrent] epel10.2: removed obsolete cmake flag -DQT6=ON to eliminate cmake config warnings
@ 2026-07-28 22:57 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-28 22:57 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/qbittorrent
Branch : epel10.2
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.2
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-28 22:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 22:57 [rpms/qbittorrent] epel10.2: removed obsolete cmake flag -DQT6=ON to eliminate cmake config warnings Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox