srpm:
	./build.sh srpm
	if [[ "${outdir}" != "" ]]; then \
	    mv ${HOME}/build/tomcatjss/SRPMS/* ${outdir}; \
	fi
