gnunet-rpm

GNUnet RPM package rules
Log | Files | Refs | README

commit 342c3ec4969b7d8f0effa13223af242cd6847214
parent aa3b6c5fc189f5c0ccab896c13fcd3aeecd45cf0
Author: Yosl <yosl@seattlemesh.net>
Date:   Thu,  9 Jul 2020 20:07:29 -0400

add libcurl as a build requirement, and in the Copr buildsystem

Diffstat:
M.copr/Makefile | 2+-
Mrpmbuild/SPECS/gnunet-fedora.spec | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.copr/Makefile b/.copr/Makefile @@ -1,7 +1,7 @@ outdir ?= $(pwd) srpm: dnf -y install libtool libtool-ltdl libtool-ltdl-devel autoconf make \ - texinfo gettext gcc openssl libgcrypt-devel \ + texinfo gettext gcc openssl libgcrypt-devel libcurl \ libunistring-devel miniupnpc libidn-devel zlib-devel \ jansson-devel gnutls-devel libsqlite3x python3\ libmicrohttpd-devel opus-devel libogg-devel \ diff --git a/rpmbuild/SPECS/gnunet-fedora.spec b/rpmbuild/SPECS/gnunet-fedora.spec @@ -50,6 +50,7 @@ BuildRequires: pkgconfig #BuildRequires: gstreamer #BuildRequires: libextractor-devel BuildRequires: python3 +BuildRequires: libcurl Requires: libextractor Requires: openssl Requires: nss-util