#33 Remove code for building llvm-snapshot-buider's srpm
Closed 9 months ago by kkleine. Opened 9 months ago by tuliom.
rpms/ tuliom/python-lit copr-dir  into  upstream-snapshot

file removed
-13
@@ -1,13 +0,0 @@ 

- # See https://docs.pagure.org/copr.copr/user_documentation.html#make-srpm

- # See for the --setopt option in the enabling of copr repo see:

- # https://pagure.io/copr/copr/issue/184

- .PHONY: srpm

- srpm:

- 	dnf install -y dnf-plugins-core fedora-packager

- 	dnf copr enable -y --setopt=reposdir=/tmp/yum.repos.d @fedora-llvm-team/llvm-snapshot-builder

- 	dnf install -y --setopt=reposdir=/tmp/yum.repos.d llvm-snapshot-builder

- 	rpmbuild \

- 		--define "_srcrpmdir $(outdir)" \

- 		--define "_sourcedir $(shell pwd)" \

- 		--define "_disable_source_fetch 0" \

- 		-bs $(spec)

This package is now built by llvm-daily-fedora-rpms and shouldn't be
needed here.

Pull-Request has been closed by kkleine

9 months ago
Metadata