diff --git a/base/qtkeychain/qtkeychain.spec b/base/qtkeychain/qtkeychain.spec index e08b2b2..9442d31 100644 --- a/base/qtkeychain/qtkeychain.spec +++ b/base/qtkeychain/qtkeychain.spec @@ -1,19 +1,21 @@ %bcond_without qt5 %bcond_without qt6 +%undefine __cmake_in_source_build + Name: qtkeychain -Version: 0.13.2 -Release: 5%{?dist} +Version: 0.14.3 +Release: 1%{?dist} Summary: A password store library License: BSD Url: https://github.com/frankosterfeld/qtkeychain Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz # Fix qt6 detection broken by including ECMGeneratePriFile -Patch0: qtkeychain-qt6.patch +#Patch0: qtkeychain-qt6.patch BuildRequires: make -BuildRequires: gcc-c++ +BuildRequires: gcc-toolset-14-gcc-c++ BuildRequires: cmake BuildRequires: pkgconfig(libsecret-1) @@ -72,6 +74,8 @@ This package contains development files for qt6keychain. %build +%enable_devtoolset14 + %if %{with qt5} %define _vpath_builddir %{_target_platform}-qt5 %cmake \ @@ -130,9 +134,13 @@ grep %{_datadir}/qt6keychain/translations %{name}.lang > %{name}-qt6.lang %{_includedir}/qt6keychain/ %{_libdir}/cmake/Qt6Keychain/ %{_libdir}/libqt6keychain.so +%{_libdir}/qt6/mkspecs/modules/qt_Qt6Keychain.pri %endif %changelog +* Fri Dec 3 2025 Raven - 0.14.3-1 +- Update to 0.14.3 + * Mon May 20 2024 Raven - 0.13.2-5 - Rebuilt (qt6)