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)
|
||||
Name: qt6-qtwebengine
|
||||
Version: 6.7.0
|
||||
Version: 6.7.1
|
||||
Release: 1mamba
|
||||
Summary: Qt6 WebEngine component
|
||||
Group: System/Libraries
|
||||
@ -90,8 +90,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%global __spec_rmbuild_cmd /bin/true
|
||||
|
||||
%prep
|
||||
%setup -q -n qtwebengine-everywhere-src-%{version} -D -T
|
||||
:<< _EOF
|
||||
%setup -q -n qtwebengine-everywhere-src-%{version}
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
%patch 0 -p1
|
||||
%patch 1 -p1
|
||||
|
||||
@ -99,7 +100,7 @@ This package contains libraries and header files for developing applications tha
|
||||
#:<< _EOF
|
||||
# Prevent build server slowness/crash due to memory
|
||||
%ifarch aarch64
|
||||
export NINJAFLAGS="-j4"
|
||||
export NINJAFLAGS="-j2"
|
||||
%else
|
||||
export NINJAFLAGS="-j4"
|
||||
%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_full_debug_info=ON
|
||||
|
||||
# 6.5.3: not using system_re2 due to compilation errors
|
||||
|
||||
cmake --build .
|
||||
|
||||
%install
|
||||
@ -185,6 +184,9 @@ DESTDIR="%{buildroot}" cmake --install build
|
||||
%{_libdir}/pkgconfig/Qt6*.pc
|
||||
|
||||
%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
|
||||
- update to 6.7.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user