correcting build issues on copr

This commit is contained in:
2026-04-29 11:33:14 -04:00
parent 43c559bf02
commit 973d6821f5
4 changed files with 52 additions and 45 deletions
+9
View File
@@ -0,0 +1,9 @@
.PHONY: srpm
outdir ?= $(CURDIR)/.rpmbuild/SRPMS
TOPDIR ?= $(CURDIR)/.rpmbuild
srpm:
$(MAKE) -C "$(CURDIR)" srpm TOPDIR="$(TOPDIR)"
mkdir -p "$(outdir)"
cp "$(TOPDIR)"/SRPMS/*.src.rpm "$(outdir)"/