- switch to pkgconfig(zlib) so that alternative providers can be

used

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=186
This commit is contained in:
Dirk Mueller 2023-01-05 20:25:58 +00:00 committed by Git OBS Bridge
parent c890a54654
commit 6abe5c6b43
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 12 08:58:58 UTC 2022 - Dirk Müller <dmueller@suse.com>
- switch to pkgconfig(zlib) so that alternative providers can be
used
-------------------------------------------------------------------
Fri Aug 12 13:44:34 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package freetype2
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -43,8 +43,8 @@ BuildRequires: gawk
BuildRequires: libbz2-devel
BuildRequires: libpng-devel
BuildRequires: pkgconfig
BuildRequires: zlib-devel
BuildRequires: pkgconfig(libbrotlidec)
BuildRequires: pkgconfig(zlib)
%description
This library features TrueType fonts for open source projects. This
@ -78,8 +78,8 @@ that will switch the TrueType Interpreter to the old version 35.
Summary: Development environment for the freetype2 TrueType font library
Group: Development/Libraries/C and C++
Requires: libfreetype6 = %{version}
Requires: zlib-devel
Requires: pkgconfig(libbrotlidec)
Requires: pkgconfig(zlib)
# there is no freetype-devel on suse:
Provides: freetype-devel
# Static library provides:

View File

@ -1,7 +1,7 @@
#
# spec file for package ft2demos
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed