diff --git a/.copr/Makefile b/.copr/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..a11b200e446b5b8113ca4f5fae101900bd14e5e7 --- /dev/null +++ b/.copr/Makefile @@ -0,0 +1,9 @@ +srpm: + # Setup development environment + echo "Installing base development environment" + dnf install -y dnf-plugins-core git-all + echo "Call SRPM build Script" + ./utils/build-srpm.sh + if [[ "${outdir}" != "" ]]; then \ + mv /builddir/build/SRPMS/* ${outdir}; \ + fi