diff --git a/.copr/Makefile b/.copr/Makefile new file mode 100644 index 0000000..b6fafdf --- /dev/null +++ b/.copr/Makefile @@ -0,0 +1,5 @@ +srpm: + dnf -y install git + make PACKAGE=sbd -f Makefile.am srpm + cp -v *.src.rpm $(outdir) +