From fa27d665003a18b4a95cd6176d3fef17cad5b715 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Feb 10 2014 19:06:52 +0000 Subject: work around libtool cr@p --- diff --git a/libabw.spec b/libabw.spec index cd475fa..414bccb 100644 --- a/libabw.spec +++ b/libabw.spec @@ -57,10 +57,10 @@ sed -i \ libtool make %{?_smp_mflags} -export LD_LIBRARY_PATH=`pwd`/src/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} -help2man -N -n 'debug the conversion library' -o abw2raw.1 ./src/conv/raw/abw2raw -help2man -N -n 'convert AbiWord document into HTML' -o abw2html.1 ./src/conv/html/abw2html -help2man -N -n 'convert AbiWord document into plain text' -o abw2text.1 ./src/conv/text/abw2text +export LD_LIBRARY_PATH=`pwd`/src/lib/.libs${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} +help2man -N -n 'debug the conversion library' -o abw2raw.1 ./src/conv/raw/.libs/abw2raw +help2man -N -n 'convert AbiWord document into HTML' -o abw2html.1 ./src/conv/html/.libs/abw2html +help2man -N -n 'convert AbiWord document into plain text' -o abw2text.1 ./src/conv/text/.libs/abw2text %install make install DESTDIR=%{buildroot}