|
|
|
@ -44,6 +44,10 @@ such as WordPerfect and Presentations.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static --disable-werror
|
|
|
|
|
sed -i \
|
|
|
|
|
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
|
|
|
|
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
|
|
|
|
libtool
|
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
sed 's/\r//' -i ChangeLog
|
|
|
|
|
find docs/doxygen/html |xargs touch -r docs/doxygen/doxygen.cfg
|
|
|
|
|