Ana Guerrero 2024-07-18 17:15:08 +00:00 committed by Git OBS Bridge
commit 2622c46ae8
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 16 11:28:56 UTC 2024 - Christoph G <foss@grueninger.de>
- Run autoreconf unconditionally to allow newer versions
of Automake.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 27 11:19:12 UTC 2023 - Dirk Müller <dmueller@suse.com> Wed Dec 27 11:19:12 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package fontconfig # spec file for package fontconfig
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -95,9 +95,7 @@ fontconfig library.
%autosetup -p1 %autosetup -p1
# use suse-specific doc path: # use suse-specific doc path:
find -name \*.1 -o -name \*.sgml -exec sed -i -e 's/usr\/share\/doc\/fontconfig/usr\/share\/doc\/packages\/fontconfig/g' {} + find -name \*.1 -o -name \*.sgml -exec sed -i -e 's/usr\/share\/doc\/fontconfig/usr\/share\/doc\/packages\/fontconfig/g' {} +
%if 0%{?suse_version} < 1550
autoreconf -fi autoreconf -fi
%endif
%build %build
# We don't want to rebuild the docs, but we want to install the included ones. # We don't want to rebuild the docs, but we want to install the included ones.