qbittorrent: fix BRs
This commit is contained in:
parent
624d080433
commit
fe01fb940a
@ -27,11 +27,7 @@ Source3: qbittorrent-nox.README
|
|||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
%if 0%{?rhel} <= 8
|
BuildRequires: gcc-toolset-13-gcc-c++ gcc-toolset-13-gcc-plugin-annobin
|
||||||
BuildRequires: clang
|
|
||||||
%else
|
|
||||||
BuildRequires: gcc-c++
|
|
||||||
%endif
|
|
||||||
BuildRequires: gnupg2
|
BuildRequires: gnupg2
|
||||||
BuildRequires: ninja-build
|
BuildRequires: ninja-build
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
@ -42,6 +38,7 @@ BuildRequires: cmake(Qt6Svg)
|
|||||||
BuildRequires: cmake(Qt6LinguistTools)
|
BuildRequires: cmake(Qt6LinguistTools)
|
||||||
BuildRequires: libxkbcommon-devel
|
BuildRequires: libxkbcommon-devel
|
||||||
BuildRequires: qt6-linguist
|
BuildRequires: qt6-linguist
|
||||||
|
BuildRequires: qt6-qtbase-private-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: cmake(Qt5Core)
|
BuildRequires: cmake(Qt5Core)
|
||||||
BuildRequires: cmake(Qt5Gui)
|
BuildRequires: cmake(Qt5Gui)
|
||||||
@ -82,11 +79,10 @@ It aims to be as fast as possible and to provide multi-OS, unicode support.
|
|||||||
cp %{SOURCE3} .
|
cp %{SOURCE3} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
. /opt/rh/gcc-toolset-13/enable
|
||||||
|
|
||||||
mkdir build-nox
|
mkdir build-nox
|
||||||
pushd build-nox
|
pushd build-nox
|
||||||
%if 0%{?rhel} <= 8
|
|
||||||
export CXX=clang++
|
|
||||||
%endif
|
|
||||||
%cmake \
|
%cmake \
|
||||||
-DSYSTEMD=ON \
|
-DSYSTEMD=ON \
|
||||||
-Wno-dev \
|
-Wno-dev \
|
||||||
@ -149,6 +145,8 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.qbittorren
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 25 2024 Raven <raven@sysadmins.ws> - 1:4.6.4-1
|
* Mon Mar 25 2024 Raven <raven@sysadmins.ws> - 1:4.6.4-1
|
||||||
- Update to 4.6.4
|
- Update to 4.6.4
|
||||||
|
- use the same compiler
|
||||||
|
- fix Qt6 BR
|
||||||
|
|
||||||
* Mon Dec 18 2023 Raven <raven@sysadmins.ws> - 1:4.6.2-1
|
* Mon Dec 18 2023 Raven <raven@sysadmins.ws> - 1:4.6.2-1
|
||||||
- Update to 4.6.2
|
- Update to 4.6.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user