|
|
@ -43,12 +43,16 @@ sed -i 's/\r//' COPYING
|
|
|
|
iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,}
|
|
|
|
iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,}
|
|
|
|
mv THANKS{.utf8,}
|
|
|
|
mv THANKS{.utf8,}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Remove qhelpgenerator dependency by commenting Doxygen.in:
|
|
|
|
# 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' Doxyfile.in
|
|
|
|
sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/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
|
|
|
|
%configure --disable-static
|
|
|
|
|
|
|
|
|
|
|
|
# disable rpath
|
|
|
|
# disable rpath
|
|
|
|