aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYosl <yosl@seattlemesh.net>2020-05-15 23:48:17 -0400
committerYosl <yosl@seattlemesh.net>2020-05-15 23:48:17 -0400
commit911217d591b2044c5a14f5f3e486caa03e52521a (patch)
tree080575cb5336ee944b9ae24b0668f894109ca95e
parenta8e71d2d4b0dbe928d50a479b48cf13961d7e6cc (diff)
downloadgnunet-rpm-911217d591b2044c5a14f5f3e486caa03e52521a.tar.gz
gnunet-rpm-911217d591b2044c5a14f5f3e486caa03e52521a.zip
Copr will now install gstreamer and pulseaudio-libs to complete the build.
-rw-r--r--.copr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.copr/Makefile b/.copr/Makefile
index 62e7a04..80c5fc4 100644
--- a/.copr/Makefile
+++ b/.copr/Makefile
@@ -3,7 +3,8 @@ srpm:
3 texinfo gettext gcc openssl libgcrypt-devel \ 3 texinfo gettext gcc openssl libgcrypt-devel \
4 libunistring-devel miniupnpc libidn-devel zlib-devel \ 4 libunistring-devel miniupnpc libidn-devel zlib-devel \
5 jansson-devel gnutls-devel libsqlite3x \ 5 jansson-devel gnutls-devel libsqlite3x \
6 libmicrohttpd-devel opus-devel libogg-devel sqlite-devel \ 6 libmicrohttpd-devel opus-devel libogg-devel \
7 gstreamer pulseaudio-libs sqlite-devel \
7 zbar-devel gnutls-dane glibc pkgconf libgsf chrpath 8 zbar-devel gnutls-dane glibc pkgconf libgsf chrpath
8 rpmbuild gnunet-fedora.spec --ba --define "_rpmdir $(outdir)" 9 rpmbuild gnunet-fedora.spec --ba --define "_rpmdir $(outdir)"
9 dnf -y install $(outdir)/gnunet-0.12.2-1~.fc31.x86_64.rpm \ 10 dnf -y install $(outdir)/gnunet-0.12.2-1~.fc31.x86_64.rpm \