From 37af3d294c370dafb01496e767c9d2a44b40638d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Dec 2020 14:20:28 +0100 Subject: fix URL --- libcouchbase.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/libcouchbase.spec b/libcouchbase.spec index a616ef1..b9c916c 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -24,12 +24,7 @@ %endif %bcond_without dtrace - -%if 0%{?fedora} >= 22 || 0%{?rhel} >= 7 %bcond_without uv -%else -%bcond_with uv -%endif %if %{with rename} Name: %{libname}%{soname} @@ -41,7 +36,7 @@ Release: 2%{?dist} Summary: Couchbase client library Group: System Environment/Libraries License: ASL 2.0 -URL: http://www.couchbase.com/communities/c/getting-started +URL: https://docs.couchbase.com/c-sdk/2.10/start-using-sdk.html Source0: http://packages.couchbase.com/clients/c/%{libname}-%{version}.tar.gz Patch0: %{libname}-0001-enforce-system-crypto-policies.patch @@ -49,6 +44,7 @@ Patch1: %{libname}-0002-do-not-install-plugins-into-libdir.patch Patch2: %{libname}-0003-fix-pkgconfig-paths.patch Patch3: %{libname}-0004-add-LCB_PLUGINS_DIR-option-to-set-directory-for-IO-p.patch +BuildRequires: make BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: libtool -- cgit