Nicolas Massé 1 month ago
parent
commit
9137afaecb
  1. 7
      centos-10/.copr/Makefile

7
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)
Loading…
Cancel
Save