Dr. Werner Fink 2022-08-18 09:45:18 +00:00 committed by Git OBS Bridge
parent da070023c8
commit 261ec0388e
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 18 09:44:06 UTC 2022 - Dr. Werner Fink <werner@suse.de>
- Workaround missing groff-full to get refer(1), the bibliographic
preprocessor found
-------------------------------------------------------------------
Thu Aug 18 08:14:54 UTC 2022 - Dr. Werner Fink <werner@suse.de>

View File

@ -69,6 +69,7 @@ BuildRequires: less
BuildRequires: libalternatives-devel
BuildRequires: libpipeline-devel >= 1.5.0
BuildRequires: libzio-devel
BuildRequires: lzip
BuildRequires: man-pages
BuildRequires: pkgconfig
BuildRequires: po4a
@ -143,6 +144,14 @@ done
LIBS="-lalternatives"
export LINGUAS LIBS
# Hack as otherwise
# BuildRequires: groff-full
# is required
mkdir bin
ln -sf /bin/true bin/refer
PATH=$PATH:${PWD}/bin
export PATH
# Create configure
aclocal -I ${PWD} -I ${PWD}/m4 -I ${PWD}/gl/m4
autoconf -B ${PWD} -B ${PWD}/m4 -B ${PWD}/gl/m4