qtkeychain: 0.14.3
This commit is contained in:
parent
18713b7b07
commit
95ec590619
@ -1,19 +1,21 @@
|
|||||||
%bcond_without qt5
|
%bcond_without qt5
|
||||||
%bcond_without qt6
|
%bcond_without qt6
|
||||||
|
|
||||||
|
%undefine __cmake_in_source_build
|
||||||
|
|
||||||
Name: qtkeychain
|
Name: qtkeychain
|
||||||
Version: 0.13.2
|
Version: 0.14.3
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A password store library
|
Summary: A password store library
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: https://github.com/frankosterfeld/qtkeychain
|
Url: https://github.com/frankosterfeld/qtkeychain
|
||||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
# Fix qt6 detection broken by including ECMGeneratePriFile
|
# Fix qt6 detection broken by including ECMGeneratePriFile
|
||||||
Patch0: qtkeychain-qt6.patch
|
#Patch0: qtkeychain-qt6.patch
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: pkgconfig(libsecret-1)
|
BuildRequires: pkgconfig(libsecret-1)
|
||||||
|
|
||||||
@ -72,6 +74,8 @@ This package contains development files for qt6keychain.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%enable_devtoolset14
|
||||||
|
|
||||||
%if %{with qt5}
|
%if %{with qt5}
|
||||||
%define _vpath_builddir %{_target_platform}-qt5
|
%define _vpath_builddir %{_target_platform}-qt5
|
||||||
%cmake \
|
%cmake \
|
||||||
@ -130,9 +134,13 @@ grep %{_datadir}/qt6keychain/translations %{name}.lang > %{name}-qt6.lang
|
|||||||
%{_includedir}/qt6keychain/
|
%{_includedir}/qt6keychain/
|
||||||
%{_libdir}/cmake/Qt6Keychain/
|
%{_libdir}/cmake/Qt6Keychain/
|
||||||
%{_libdir}/libqt6keychain.so
|
%{_libdir}/libqt6keychain.so
|
||||||
|
%{_libdir}/qt6/mkspecs/modules/qt_Qt6Keychain.pri
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 20 2024 Raven <raven@sysadmins.ws> - 0.13.2-5
|
||||||
- Rebuilt (qt6)
|
- Rebuilt (qt6)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user