!18 [sync] PR-13: cmake modules in gtest-devel needs libgmock.so.*

From: @openeuler-sync-bot 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2024-07-12 06:05:32 +00:00 committed by Gitee
commit 4af1de9f8e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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