From 98f677bb45f032db2fcb0b28a8e5e024e90d829a Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sun, 6 Jul 2025 12:30:05 +0200 Subject: [PATCH] automatic version update by autodist [release 25.04.3-1mamba;Sat Jul 05 2025] --- falkon.spec | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/falkon.spec b/falkon.spec index 1e84cc4..b5db93f 100644 --- a/falkon.spec +++ b/falkon.spec @@ -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 25.04.3-1mamba +- automatic version update by autodist + * Fri Jun 06 2025 Automatic Build System 25.04.2-1mamba - automatic version update by autodist