Use SPDX license identifiers

This commit is contained in:
Benson Muite 2023-10-17 10:45:29 +03:00 committed by Terje Rosten
parent 324ad2bddc
commit da734dc12d

View File

@ -1,9 +1,9 @@
Summary: Google C++ testing framework
Name: gtest
Version: 1.14.0
Release: 1%{?dist}
# scripts/generator/* are ASL 2.0
License: BSD and ASL 2.0
Release: 2%{?dist}
# scripts/generator/* are Apache-2.0
License: BSD-3-Clause and Apache-2.0
URL: https://github.com/google/googletest
Source0: https://github.com/google/googletest/archive/refs/tags/v%{version}.tar.gz
BuildRequires: gcc
@ -99,6 +99,9 @@ sed -e "s/set(GOOGLETEST_VERSION .*)/set(GOOGLETEST_VERSION %{version})/" -i CMa
%{_libdir}/pkgconfig/gmock_main.pc
%changelog
* Sun Nov 19 2023 Benson Muite <benson_muite@emailplus.org> - 1.14.0-2
- Use SPDX license identifiers
* Sun Oct 15 2023 Terje Rosten <terje.rosten@ntnu.no> - 1.14.0-1
- 1.14.0