automatic version update by autodist [release 6.7.1-1mamba;Mon Jun 03 2024]
This commit is contained in:
parent
78e418e716
commit
0ca1ad3265
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: qt6-qtwebengine
|
Name: qt6-qtwebengine
|
||||||
Version: 6.7.0
|
Version: 6.7.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Qt6 WebEngine component
|
Summary: Qt6 WebEngine component
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -90,8 +90,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%global __spec_rmbuild_cmd /bin/true
|
%global __spec_rmbuild_cmd /bin/true
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n qtwebengine-everywhere-src-%{version} -D -T
|
%setup -q -n qtwebengine-everywhere-src-%{version}
|
||||||
:<< _EOF
|
#-D -T
|
||||||
|
#:<< _EOF
|
||||||
%patch 0 -p1
|
%patch 0 -p1
|
||||||
%patch 1 -p1
|
%patch 1 -p1
|
||||||
|
|
||||||
@ -99,7 +100,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
# Prevent build server slowness/crash due to memory
|
# Prevent build server slowness/crash due to memory
|
||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
export NINJAFLAGS="-j4"
|
export NINJAFLAGS="-j2"
|
||||||
%else
|
%else
|
||||||
export NINJAFLAGS="-j4"
|
export NINJAFLAGS="-j4"
|
||||||
%endif
|
%endif
|
||||||
@ -120,8 +121,6 @@ export CXXFLAGS+="%{optflags} -fPIC -fno-delete-null-pointer-checks -fno-lifetim
|
|||||||
-DQT_FEATURE_webengine_webrtc_pipewire=ON \
|
-DQT_FEATURE_webengine_webrtc_pipewire=ON \
|
||||||
-DQT_FEATURE_webengine_full_debug_info=ON
|
-DQT_FEATURE_webengine_full_debug_info=ON
|
||||||
|
|
||||||
# 6.5.3: not using system_re2 due to compilation errors
|
|
||||||
|
|
||||||
cmake --build .
|
cmake --build .
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -185,6 +184,9 @@ DESTDIR="%{buildroot}" cmake --install build
|
|||||||
%{_libdir}/pkgconfig/Qt6*.pc
|
%{_libdir}/pkgconfig/Qt6*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 03 2024 Automatic Build System <autodist@openmamba.org> 6.7.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Apr 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.7.0-1mamba
|
* Tue Apr 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.7.0-1mamba
|
||||||
- update to 6.7.0
|
- update to 6.7.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user