qtkeychain: 0.14.3
This commit is contained in:
parent
18713b7b07
commit
95ec590619
@ -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 <raven@sysadmins.ws> - 0.14.3-1
|
||||
- Update to 0.14.3
|
||||
|
||||
* Mon May 20 2024 Raven <raven@sysadmins.ws> - 0.13.2-5
|
||||
- Rebuilt (qt6)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user