diff --git a/centos-10/.copr/Makefile b/centos-10/.copr/Makefile new file mode 100644 index 0000000..cc04785 --- /dev/null +++ b/centos-10/.copr/Makefile @@ -0,0 +1,7 @@ +srpm: + @mkdir -p $(outdir) + ls -l $(spec) + pwd + ls -l $(outdir) + spectool -g -R $(spec) + rpmbuild --define "_topdir $(outdir)" -bs $(spec)