automatic version update by autodist [release 6.7.3-1mamba;Wed Oct 09 2024]
This commit is contained in:
parent
7e3243c18e
commit
28a72ead30
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: qt6-qtwebengine
|
||||
Version: 6.7.2
|
||||
Version: 6.7.3
|
||||
Release: 1mamba
|
||||
Summary: Qt6 WebEngine component
|
||||
Group: System/Libraries
|
||||
@ -94,8 +94,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%define _default_patch_fuzz 2
|
||||
|
||||
%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
|
||||
cd src/3rdparty/chromium
|
||||
@ -138,8 +139,6 @@ DESTDIR="%{buildroot}" cmake --install build
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
#-f %{name}.lang
|
||||
@ -191,6 +190,9 @@ DESTDIR="%{buildroot}" cmake --install build
|
||||
%{_libdir}/pkgconfig/Qt6*.pc
|
||||
|
||||
%changelog
|
||||
* Wed Oct 09 2024 Automatic Build System <autodist@openmamba.org> 6.7.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 21 2024 Automatic Build System <autodist@openmamba.org> 6.7.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user