cmake modules in gtest-devel needs libgmock.so.*
(cherry picked from commit 9d7f23dba3d5a18cea00b46e292336887bc3dc6f)
This commit is contained in:
parent
2b1c58c01d
commit
1e0d025001
@ -1,6 +1,6 @@
|
||||
Name: gtest
|
||||
Version: 1.8.1
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: Google C++ testing framework
|
||||
License: BSD and ASL 2.0
|
||||
URL: https://github.com/google/googletest
|
||||
@ -20,6 +20,7 @@ allowing unit-testing of C sources as well as C++ with minimal source modificati
|
||||
%package -n gtest-devel
|
||||
Summary: Gtest development files
|
||||
Requires: gtest = %{version}-%{release}
|
||||
Requires: gmock = %{version}-%{release}
|
||||
%description -n gtest-devel
|
||||
This package is libraries and head files for google testing framework.
|
||||
|
||||
@ -78,6 +79,9 @@ make test
|
||||
%{_libdir}/pkgconfig/gmock*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 11 2024 Funda Wang <fundawang@yeah.net> - 1.8.1-5
|
||||
- cmake modules in gtest-devel needs libgmock.so.*
|
||||
|
||||
* Tue Jan 18 2023 xingxing<xingxing@xfusion.com> - 1.8.1-4
|
||||
- Internal Change
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user