!2 添加gmock编译依赖包修复找不到libgmock.so.1.8.1()(64bit)的问题
Merge pull request !2 from xu_ping/openEuler-22.03-LTS-Next
This commit is contained in:
commit
e2ca78c67e
@ -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 <xuping33@huawei.com> - 0.9.3-3
|
||||
- Add BulidRequires to fix libgmock.so.1.8.1()(64bit) not found
|
||||
|
||||
* Thu Mar 5 2020 Ling Yang <lingyang2@huawei.com> - 0.9.3-2
|
||||
- Package Init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user