Small fixes

v3.5.13-sru
albator 13 years ago
parent e74a55645f
commit 0654509097

@ -4,7 +4,7 @@
%endif %endif
# The following QT4 packages should NOT be installed to # The following QT4 packages should NOT be installed to
# allow QT3 compilation (please remove them prior to compile) # allow QT3 compilation (please uninstall them prior to compile)
# qt # qt
# qt-sqlite # qt-sqlite
# qt-mysql # qt-mysql

@ -70,11 +70,13 @@ EOF
esac esac
set -x set -x
(
rpmbuild -ba \ rpmbuild -ba \
--define "_sourcedir ${PWD}/${COMP}" \ --define "_sourcedir ${PWD}/${COMP}" \
--define "_prefix ${PREFIX:-/opt/trinity}" \ --define "_prefix ${PREFIX:-/opt/trinity}" \
--define "version ${VERSION:-3.5.13}" \ --define "version ${VERSION:-3.5.13}" \
${COMP}/${SPEC} || exit 1 ${COMP}/${SPEC} || exit 1
) 2>&1 | tee /tmp/log
set +x set +x
done done

Loading…
Cancel
Save