From 1965ef19522cef8440596d226f3c458d531a8d2a Mon Sep 17 00:00:00 2001 From: cherry530 Date: Fri, 14 Jan 2022 17:28:37 +0800 Subject: [PATCH] Add BulidRequires to fix libgmock.so.1.8.1()(64bit) not found Signed-off-by: cherry530 (cherry picked from commit 7ba03dd97714b2d9381edaa877916107612ec488) --- uriparser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uriparser.spec b/uriparser.spec index 0207264..77ed7e8 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -1,11 +1,11 @@ Name: uriparser Version: 0.9.3 -Release: 2 +Release: 3 Summary: A strictly RFC 3986 compliant URI parsing and handling library written in C89 License: BSD URL: https://uriparser.github.io/ Source0: https://github.com/uriparser/uriparser/releases/download/uriparser-%{version}/uriparser-%{version}.tar.bz2 -BuildRequires: cmake doxygen gcc-c++ graphviz gtest-devel make +BuildRequires: cmake doxygen gcc-c++ graphviz gtest-devel make gmock %description The package is a strictly RFC 3986 compliant URI parsing library written in C89("ANSI C"). @@ -59,5 +59,8 @@ LD_LIBRARY_PATH=".libs" make check %doc %{_docdir}/uriparser/html %changelog +* Fri Jan 14 2022 xu_ping - 0.9.3-3 +- Add BulidRequires to fix libgmock.so.1.8.1()(64bit) not found + * Thu Mar 5 2020 Ling Yang - 0.9.3-2 - Package Init -- Gitee