summaryrefslogtreecommitdiffstats
path: root/scripts/dbg_rpmbuildlocal
blob: e0ed7add7b02ab6810e8e01e0034b7fb7b70e20a (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

exec rpmbuild \
--define "_topdir $PWD" \
--define "_builddir $PWD" \
--define "_rpmdir $PWD" \
--define "_sourcedir $PWD" \
--define "_specdir $PWD" \
--define "_srcrpmdir $PWD" \
--define "_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" \
"$@"