Dead Mozay 2024-10-28 09:04:57 +00:00 committed by Git OBS Bridge
parent b181135c4b
commit 3aba246081
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 28 09:02:30 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Fix dependencies
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 28 07:11:46 UTC 2024 - Christophe Marin <christophe@krop.fr> Mon Oct 28 07:11:46 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -74,9 +74,7 @@ Requires: libQuotient%{?qt6:%{lib_suffix}-}%{soversion} = %{version}
%if 0%{?qt6} %if 0%{?qt6}
Requires: cmake(Qt6Gui) >= %{qt6_version} Requires: cmake(Qt6Gui) >= %{qt6_version}
Requires: cmake(Qt6Network) >= %{qt6_version} Requires: cmake(Qt6Network) >= %{qt6_version}
%if %{with e2ee}
Requires: cmake(Qt6Sql) >= %{qt6_version} Requires: cmake(Qt6Sql) >= %{qt6_version}
%endif
Requires: cmake(Qt6Keychain) Requires: cmake(Qt6Keychain)
%endif %endif
Requires: cmake(Olm) Requires: cmake(Olm)
@ -98,7 +96,7 @@ developing applications that use libQuotient.
%cmake_qt6 \ %cmake_qt6 \
-DBUILD_SHARED_LIBS=ON \ -DBUILD_SHARED_LIBS=ON \
%endif %endif
-DQuotient_INSTALL_TESTS=OFF \ -DQuotient_INSTALL_TESTS=OFF
%if 0%{?qt6} %if 0%{?qt6}
%qt6_build %qt6_build