automatic version update by autodist [release 25.04.3-1mamba;Sat Jul 05 2025]

This commit is contained in:
2025-07-06 12:30:05 +02:00
parent 0ecc2a97c6
commit 98f677bb45

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: falkon
Version: 25.04.2
Version: 25.04.3
Release: 1mamba
Summary: A KDE web browser using the QtWebEngine rendering engine
Group: Graphical Desktop/Applications/Internet
@ -62,12 +62,16 @@ Summary: Shared libraries for %{name}
%description -n lib%{name}
This package contains shared libraries for %{name}.
%prep
%setup -q
%build
%cmake_kf6
%cmake_kf6 \
-DPython3_EXECUTABLE=%{__python3} \
-DPython3_INCLUDE_DIR=%{python3_inc} \
-DPython_EXECUTABLE=%{__python3} \
-DPython_INCLUDE_DIR=%{python3_inc}
%cmake_build
%install
@ -79,14 +83,6 @@ This package contains shared libraries for %{name}.
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name}
/sbin/ldconfig
exit 0
%postun -n lib%{name}
/sbin/ldconfig
exit 0
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/falkon
@ -114,6 +110,9 @@ exit 0
%{_libdir}/qt6/plugins/falkon/*.so
%changelog
* Sat Jul 05 2025 Automatic Build System <autodist@openmamba.org> 25.04.3-1mamba
- automatic version update by autodist
* Fri Jun 06 2025 Automatic Build System <autodist@openmamba.org> 25.04.2-1mamba
- automatic version update by autodist