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