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