rebuilt with qt6 subpackages [release 0.8.1.2-2mamba;Sat Mar 09 2024]
This commit is contained in:
parent
620ac5d0d5
commit
36a432f0ec
@ -1,6 +1,6 @@
|
||||
Name: libquotient
|
||||
Version: 0.8.1.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A Qt library to write cross-platform clients for Matrix
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -11,11 +11,13 @@ Source: https://github.com/quotient-im/libQuotient.git/%{version}/libQuot
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Multimedia-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libqtkeychain-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libolm-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libqtkeychain-qt6-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
|
||||
@ -37,7 +39,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q -n libQuotient-%{version}
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%cmake \
|
||||
-DBUILD_WITH_QT6=ON \
|
||||
-DQuotient_ENABLE_E2EE=ON
|
||||
|
||||
%cmake_build
|
||||
|
||||
@ -53,7 +57,7 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libQuotient.so.0.*
|
||||
%{_libdir}/libQuotientQt6.so.*
|
||||
%doc COPYING LICENSES
|
||||
|
||||
%files devel
|
||||
@ -61,14 +65,17 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_bindir}/quotest
|
||||
%dir %{_includedir}/Quotient
|
||||
%{_includedir}/Quotient/*
|
||||
%dir %{_libdir}/cmake/Quotient
|
||||
%{_libdir}/cmake/Quotient/Quotient*.cmake
|
||||
%{_libdir}/libQuotient.so
|
||||
%{_libdir}/pkgconfig/Quotient.pc
|
||||
%dir %{_libdir}/cmake/QuotientQt6
|
||||
%{_libdir}/cmake/QuotientQt6/QuotientQt6*.cmake
|
||||
%{_libdir}/libQuotientQt6.so
|
||||
%{_libdir}/pkgconfig/QuotientQt6.pc
|
||||
%{_datadir}/ndk-modules/Android.mk
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sat Mar 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1.2-2mamba
|
||||
- rebuilt with qt6 subpackages
|
||||
|
||||
* Wed Sep 13 2023 Automatic Build System <autodist@mambasoft.it> 0.8.1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user