automatic update by autodist [release 2.3.9-1mamba;Sun Dec 08 2024]
This commit is contained in:
parent
017df66acb
commit
ea10927b06
14
libqca.spec
14
libqca.spec
@ -1,7 +1,7 @@
|
||||
%define majorminor %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: libqca
|
||||
Version: 2.3.8
|
||||
Version: 2.3.9
|
||||
Release: 1mamba
|
||||
Summary: Qt Cryptographic Architecture (QCA)
|
||||
Group: System/Libraries
|
||||
@ -13,18 +13,21 @@ Source: https://download.kde.org/stable/qca/%{version}/qca-%{version}.tar
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libbotan2-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libmbedtls-devel
|
||||
BuildRequires: libnspr-devel
|
||||
BuildRequires: libnss-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpkcs11-helper-devel
|
||||
BuildRequires: libsasl2-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt6-qt5compat-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
%ifnarch arm
|
||||
BuildRequires: libbotan-devel >= 2.19.0
|
||||
@ -98,8 +101,6 @@ cd ..
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post qt5 -p /sbin/ldconfig
|
||||
%postun qt5 -p /sbin/ldconfig
|
||||
|
||||
%files qt5
|
||||
%defattr(-,root,root)
|
||||
@ -142,6 +143,9 @@ cd ..
|
||||
%{_libdir}/cmake/Qca-qt6/Qca-qt6*.cmake
|
||||
|
||||
%changelog
|
||||
* Sun Dec 08 2024 Automatic Build System <autodist@openmamba.org> 2.3.9-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun Jan 14 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.8-1mamba
|
||||
- update to 2.3.8
|
||||
- added qt6 subpackages
|
||||
|
Loading…
Reference in New Issue
Block a user