aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYosl <yosl@seattlemesh.net>2020-07-09 20:07:29 -0400
committerYosl <yosl@seattlemesh.net>2020-07-09 20:07:29 -0400
commit342c3ec4969b7d8f0effa13223af242cd6847214 (patch)
treeb6afc4e3c7abaa02754ddcaea2a4e979f260b921
parentaa3b6c5fc189f5c0ccab896c13fcd3aeecd45cf0 (diff)
downloadgnunet-rpm-342c3ec4969b7d8f0effa13223af242cd6847214.tar.gz
gnunet-rpm-342c3ec4969b7d8f0effa13223af242cd6847214.zip
add libcurl as a build requirement, and in the Copr buildsystem
-rw-r--r--.copr/Makefile2
-rw-r--r--rpmbuild/SPECS/gnunet-fedora.spec1
2 files changed, 2 insertions, 1 deletions
diff --git a/.copr/Makefile b/.copr/Makefile
index e6b041a..bc484b6 100644
--- a/.copr/Makefile
+++ b/.copr/Makefile
@@ -1,7 +1,7 @@
1outdir ?= $(pwd) 1outdir ?= $(pwd)
2srpm: 2srpm:
3 dnf -y install libtool libtool-ltdl libtool-ltdl-devel autoconf make \ 3 dnf -y install libtool libtool-ltdl libtool-ltdl-devel autoconf make \
4 texinfo gettext gcc openssl libgcrypt-devel \ 4 texinfo gettext gcc openssl libgcrypt-devel libcurl \
5 libunistring-devel miniupnpc libidn-devel zlib-devel \ 5 libunistring-devel miniupnpc libidn-devel zlib-devel \
6 jansson-devel gnutls-devel libsqlite3x python3\ 6 jansson-devel gnutls-devel libsqlite3x python3\
7 libmicrohttpd-devel opus-devel libogg-devel \ 7 libmicrohttpd-devel opus-devel libogg-devel \
diff --git a/rpmbuild/SPECS/gnunet-fedora.spec b/rpmbuild/SPECS/gnunet-fedora.spec
index eaad8fd..d97648e 100644
--- a/rpmbuild/SPECS/gnunet-fedora.spec
+++ b/rpmbuild/SPECS/gnunet-fedora.spec
@@ -50,6 +50,7 @@ BuildRequires: pkgconfig
50#BuildRequires: gstreamer 50#BuildRequires: gstreamer
51#BuildRequires: libextractor-devel 51#BuildRequires: libextractor-devel
52BuildRequires: python3 52BuildRequires: python3
53BuildRequires: libcurl
53Requires: libextractor 54Requires: libextractor
54Requires: openssl 55Requires: openssl
55Requires: nss-util 56Requires: nss-util