aboutsummaryrefslogtreecommitdiff
path: root/.copr/Makefile
blob: 898a6d363c381be133b66ac9033821cb36e6dca3 (plain) (blame)
1
2
3
4
outdir		?= $(pwd)
srpm:
	dnf install 'dnf-command(copr)' && dnf copr enable -y --setopt=reposdir=/tmp/yum.repos.d @schanzen/gnunet
	rpmbuild $(spec) --bs --define "_srcrpmdir $(outdir)"