Update License to SPDX

This commit is contained in:
Benjamin A. Beasley 2022-08-13 09:44:55 -04:00
commit c825cd247b

View file

@ -3,10 +3,20 @@
Name: abseil-cpp
Version: 20211102.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: C++ Common Libraries
License: ASL 2.0
# The entire source is Apache-2.0, except:
# - The following files are LicenseRef-Fedora-Public-Domain:
# absl/time/internal/cctz/src/tzfile.h
# ** This file is in the public domain, so clarified as of
# ** 1996-06-05 by Arthur David Olson.
# absl/time/internal/cctz/testdata/zoneinfo/iso3166.tab
# # This file is in the public domain, so clarified as of
# # 2009-05-17 by Arthur David Olson.
# absl/time/internal/cctz/testdata/zoneinfo/zone1970.tab
# # This file is in the public domain.
License: Apache-2.0 AND LicenseRef-Fedora-Public-Domain
URL: https://abseil.io
Source0: https://github.com/abseil/abseil-cpp/archive/%{version}/%{name}-%{version}.tar.gz
@ -124,6 +134,9 @@ find . -type f -name '*.cc' \
%{_libdir}/pkgconfig/*.pc
%changelog
* Sat Jan 25 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 20211102.0-4
- Update License to SPDX
* Fri Jul 29 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20211102.0-3
- Do not leak -maes -msse4.1 into pkgconfig (fix RHBZ#2108658)