Small fixes

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

@ -4,7 +4,7 @@
%endif
# 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-sqlite
# qt-mysql

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

Loading…
Cancel
Save