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

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

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