aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYosl <yosl@seattlemesh.net>2020-07-06 22:00:45 -0400
committerYosl <yosl@seattlemesh.net>2020-07-06 22:00:45 -0400
commitf3d5669fee41802cb71e339fd1d634fdf3a357bf (patch)
tree64c1cff7ee7b8e298095b242af51995964c0dbb0
parent79790fc9fb9143e6efbf1ceba2161c80ce2d31c1 (diff)
downloadgnunet-rpm-f3d5669fee41802cb71e339fd1d634fdf3a357bf.tar.gz
gnunet-rpm-f3d5669fee41802cb71e339fd1d634fdf3a357bf.zip
Moves outputted RPMs to appropriate path for Copr
-rw-r--r--.copr/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/.copr/Makefile b/.copr/Makefile
index 438f2f5..b375098 100644
--- a/.copr/Makefile
+++ b/.copr/Makefile
@@ -7,6 +7,7 @@ srpm:
7 pulseaudio-libs sqlite-devel \ 7 pulseaudio-libs sqlite-devel \
8 zbar-devel gnutls-dane glibc pkgconf libgsf chrpath 8 zbar-devel gnutls-dane glibc pkgconf libgsf chrpath
9 rpmbuild gnunet-fedora.spec --ba --define "_rpmdir $(outdir)" 9 rpmbuild gnunet-fedora.spec --ba --define "_rpmdir $(outdir)"
10 dnf -y install $(outdir)/gnunet-0.12.2-1~.fc31.x86_64.rpm \ 10 mv "$(outdir)"/* "$(RPM_OUTDIR)/"
11 $(outdir)/gnunet-debuginfo-0.12.2-1~.fc31.x86_64.rpm \ 11 dnf -y install $(RPM_OUTDIR)/gnunet-0.12.2-1~.fc31.x86_64.rpm \
12 $(outdir)/gnunet-debugsource-0.12.2-1~.fc31.x86_64.rpm 12 $(RPM_OUTDIR)/gnunet-debuginfo-0.12.2-1~.fc31.x86_64.rpm \
13 $(RPM_OUTDIR)/gnunet-debugsource-0.12.2-1~.fc31.x86_64.rpm