From f44517a0075ac198a8eb58c7fa19ff09802d180a709957cde334dc42881e0691 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Tue, 26 Mar 2024 06:34:06 +0000 Subject: [PATCH] reinstate libextractor OBS-URL: https://build.opensuse.org/package/show/filesharing/gnunet?expand=0&rev=14 --- gnunet.changes | 5 ----- gnunet.spec | 12 +++--------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/gnunet.changes b/gnunet.changes index 616032b..4cc5398 100644 --- a/gnunet.changes +++ b/gnunet.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Tue Mar 26 05:55:30 UTC 2024 - Andreas Stieger - -- build without libextractor - ------------------------------------------------------------------- Sun Mar 17 13:23:55 UTC 2024 - Andreas Stieger diff --git a/gnunet.spec b/gnunet.spec index 0e3c688..a4a4606 100644 --- a/gnunet.spec +++ b/gnunet.spec @@ -1,7 +1,7 @@ # # spec file for package gnunet # -# Copyright (c) 2024 Andreas Stieger +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser # @@ -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