Compare commits

..
Author SHA1 Message Date
openeuler-ci-bot f51f77e1a9 !21 Update to 1.15.2
From: @starlet-dx 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2025-01-16 09:10:00 +00:00
starlet-dx 435883ff61 Update to 1.15.2 2025-01-16 14:48:28 +08:00
4 changed files with 15 additions and 9 deletions
+13 -7
View File
@@ -1,6 +1,6 @@
Name: gtest
Version: 1.14.0
Release: 2
Version: 1.15.2
Release: 1
Summary: Google C++ testing framework
License: BSD-3-Clause and Apache-2.0
URL: https://github.com/google/googletest
@@ -39,15 +39,14 @@ The package is libraries and head files for google mocking framework.
sed -e "s/set(GOOGLETEST_VERSION .*)/set(GOOGLETEST_VERSION %{version})/" -i CMakeLists.txt
%build
mkdir build && cd build
%cmake -DBUILD_SHARED_LIBS=ON -DPYTHON_EXECUTABLE=%{__python3} -Dgtest_build_tests=ON -S.. -B.
%make_build
%cmake -DBUILD_SHARED_LIBS=ON -DPYTHON_EXECUTABLE=%{__python3} -Dgtest_build_tests=ON
%cmake_build
%install
%make_install -C build
%cmake_install
%check
%make_build test -C build
%ctest
%files
%license LICENSE
@@ -73,6 +72,13 @@ mkdir build && cd build
%{_libdir}/pkgconfig/gmock*
%changelog
* Thu Jan 16 2025 yaoxin <1024769339@qq.com> - 1.15.2-1
- Update to 1.15.2:
* GoogleTest requires at least C++14 and follows Google's Foundational C++ Support Policy.
* C++ Language Support
* Bzlmod is now officially supported
* Many bug fixes
* Thu Jul 11 2024 Funda Wang <fundawang@yeah.net> - 1.14.0-2
- cmake modules in gtest-devel needs libgmock.so.*
+2 -2
View File
@@ -1,4 +1,4 @@
version_control: github
src_repo: google/googletest
tag_prefix: release-
seperator: .
tag_prefix: ^v
separator: .
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.