# Run as # make -f /.copr/Makefile srpm outdir="" spec="" srpm: echo $(outdir) rpmbuild --eval '%undefine scl' \ --define "_sourcedir $(shell pwd)" \ --define "_srcrpmdir $(shell pwd)" \ --define "_rpmdir $(shell pwd)" \ --define "_topdir $(shell pwd)" \ --define "_builddir $(shell pwd)/build" \ -bs "./bogofilter.spec"