summaryrefslogtreecommitdiffstats
path: root/build_rpm.sh
blob: 94bd0aa3c2d196220a6573ac30b7081d15ee7415 (plain)
1
2
3
4
5
#!/bin/bash

TOPDIR=$(git rev-parse --show-toplevel)

rpmbuild -D "_topdir ${TOPDIR}" -bb $(rpm -D "_topdir ${TOPDIR}" --eval "%{_specdir}/testTextfile.spec")