Accepting request 1255093 from Documentation:Tools

OBS-URL: https://build.opensuse.org/request/show/1255093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sigil?expand=0&rev=43
This commit is contained in:
2025-03-24 12:28:32 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 20 07:40:24 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- use system libraries for zlib, hunspell, pcre2
-------------------------------------------------------------------
Sat Mar 8 12:07:11 UTC 2025 - ecsos <ecsos@opensuse.org>

View File

@@ -52,8 +52,8 @@ BuildRequires: make
BuildRequires: pkgconfig
# upstream use for qt6-base-devel 6.8.2
BuildRequires: qt6-base-devel >= 6.6.3
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel >= 3.9}
BuildRequires: python-rpm-macros
# not need for build, only check for exists
# upstream use for python3-Pillow 10.3.0
BuildRequires: %{python_module Pillow >= 9.5.0}
@@ -98,7 +98,7 @@ BuildRequires: cmake(Qt6WebEngineWidgets)
BuildRequires: cmake(Qt6Widgets)
BuildRequires: cmake(Qt6Xml)
BuildRequires: pkgconfig(hunspell)
BuildRequires: pkgconfig(libpcre)
BuildRequires: pkgconfig(libpcre2-8)
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(minizip)
Requires: %{python_flavor}-Pillow
@@ -155,8 +155,9 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXFLAGS="$CFLAGS"
%cmake_qt6 -G "Unix Makefiles" \
-DTRY_NEWER_FINDPYTHON3=1
-DTRY_NEWER_FINDPYTHON3=1 \
-DUSE_SYSTEM_LIBS=1 \
%{nil}
%qt6_build
%install