Fridrich Strba 2023-08-08 08:04:01 +00:00 committed by Git OBS Bridge
parent 8ace7e09be
commit a37c555c50
2 changed files with 14 additions and 0 deletions

3
harfbuzz-7.3.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20770789749ac9ba846df33983dbda22db836c70d9f5d050cb9aa5347094a8fb
size 18867940

View File

@ -38,6 +38,7 @@
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
%bcond_without system_gpgme %bcond_without system_gpgme
%bcond_without system_curl %bcond_without system_curl
%bcond without system_harfbuzz
%else %else
# Hack in the bundled libs to not pop up on requires/provides to avoid # Hack in the bundled libs to not pop up on requires/provides to avoid
# faking libreoffice provide some system packages # faking libreoffice provide some system packages
@ -46,6 +47,7 @@
%global __requires_exclude ^libgpgmepp\\.so.*$ %global __requires_exclude ^libgpgmepp\\.so.*$
%bcond_with system_gpgme %bcond_with system_gpgme
%bcond_with system_curl %bcond_with system_curl
%bcond_with system_harfbuzz
%endif %endif
%bcond_with firebird %bcond_with firebird
Name: libreoffice Name: libreoffice
@ -202,8 +204,12 @@ BuildRequires: pkgconfig(graphite2) >= 0.9.3
BuildRequires: pkgconfig(gssrpc) BuildRequires: pkgconfig(gssrpc)
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
%if %{with system_harfbuzz}
BuildRequires: pkgconfig(harfbuzz) >= 2.6.8 BuildRequires: pkgconfig(harfbuzz) >= 2.6.8
BuildRequires: pkgconfig(harfbuzz-icu) >= 2.6.8 BuildRequires: pkgconfig(harfbuzz-icu) >= 2.6.8
%else
Source2023: %{external_url}/harfbuzz-7.3.0.tar.xz
%endif
BuildRequires: pkgconfig(hunspell) BuildRequires: pkgconfig(hunspell)
BuildRequires: pkgconfig(krb5) BuildRequires: pkgconfig(krb5)
BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(lcms2)
@ -1182,6 +1188,11 @@ export NOCONFIGURE=yes
--with-system-curl \ --with-system-curl \
%else %else
--without-system-curl \ --without-system-curl \
%endif
%if %{with system_harfbuzz}
--with-system-harfbuzz \
%else
--without-system-harfbuzz \
%endif %endif
--enable-evolution2 \ --enable-evolution2 \
--enable-dbus \ --enable-dbus \