1 2 3 4 5 6 7 8 9
build() { default_configure make dist-srpm } deploy() { FILES=( *.src.rpm ) [[ ${RV} -eq 0 ]] && [[ "x${CC}" = "xgcc" ]] }