forked from pool/gnunet
- build without libextractor
OBS-URL: https://build.opensuse.org/package/show/filesharing/gnunet?expand=0&rev=10
This commit is contained in:
parent
b9bdc7bf19
commit
6daf6e2c82
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 05:55:30 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- build without libextractor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 17 13:23:55 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_with libextractor
|
||||
Name: gnunet
|
||||
Version: 0.21.1
|
||||
Release: 0
|
||||
@ -38,12 +39,11 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(gnutls) >= 3.2.12
|
||||
BuildRequires: pkgconfig(jansson)
|
||||
BuildRequires: pkgconfig(libcurl) >= 7.34.0
|
||||
BuildRequires: pkgconfig(libextractor)
|
||||
BuildRequires: pkgconfig(libgcrypt) >= 1.6.0
|
||||
BuildRequires: pkgconfig(libidn2)
|
||||
BuildRequires: pkgconfig(libpq)
|
||||
BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.63
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(libpq)
|
||||
BuildRequires: pkgconfig(libsodium) >= 1.0.18
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(zbar)
|
||||
@ -54,6 +54,9 @@ Requires: %{_bindir}/openssl
|
||||
Requires: mozilla-nss-tools
|
||||
Recommends: miniupnpc
|
||||
%sysusers_requires
|
||||
%if %{?with libextractor}
|
||||
BuildRequires: pkgconfig(libextractor)
|
||||
%endif
|
||||
|
||||
%description
|
||||
GNUnet is peer-to-peer framework focusing on security. The first and primary
|
||||
|
Loading…
x
Reference in New Issue
Block a user