diff options
| author | Remi Collet <remi@remirepo.net> | 2020-12-16 14:20:28 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-12-16 14:20:28 +0100 | 
| commit | 37af3d294c370dafb01496e767c9d2a44b40638d (patch) | |
| tree | a82c393d2c321e84dddf890fe58fe2824931b50d | |
| parent | afc5f5fbe5eb853dcdf0037835e9baa45f8abca2 (diff) | |
fix URL
| -rw-r--r-- | libcouchbase.spec | 8 | 
1 files 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  | 
