epel9
François Cami 9 years ago
parent 628caff154
commit ff066ab50b

@ -43,12 +43,16 @@ sed -i 's/\r//' COPYING
iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,}
mv THANKS{.utf8,}
%build
# Remove qhelpgenerator dependency by commenting Doxygen.in:
# sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' Doxyfile.in
sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in
# fix installation errors
sed -i -e 's,html/\*.map\ ,,g' doc/Makefile.in
sed -i -e 's,-\$(INSTALL_DATA) \*.qch "$(DESTDIR)\$(docdir)/",,g' doc/Makefile.in
%build
%configure --disable-static
# disable rpath

Loading…
Cancel
Save