forked from pool/gnunet
reinstate libextractor
OBS-URL: https://build.opensuse.org/package/show/filesharing/gnunet?expand=0&rev=14
This commit is contained in:
parent
d745757b7a
commit
f44517a007
@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
12
gnunet.spec
12
gnunet.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnunet
|
||||
#
|
||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
@ -18,7 +18,6 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_with libextractor
|
||||
Name: gnunet
|
||||
Version: 0.21.1
|
||||
Release: 0
|
||||
@ -39,6 +38,7 @@ 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(libmicrohttpd) >= 0.9.63
|
||||
@ -54,9 +54,6 @@ 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
|
||||
@ -128,12 +125,9 @@ GNUnet is a part of the GNU project (https://www.gnu.org/).
|
||||
%package devel
|
||||
Summary: Security focused Peer-to-Peer Framework
|
||||
Group: Development/Libraries/C and C++
|
||||
# referenced in header files
|
||||
Requires: pkgconfig(libextractor)
|
||||
Requires: pkgconfig(libgcrypt)
|
||||
Requires: pkgconfig(libsodium)
|
||||
%if %{with libextractor}
|
||||
Requires: pkgconfig(libextractor)
|
||||
%endif
|
||||
%{gnunet_libs}
|
||||
|
||||
%description devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user