!5 abseil-cpp 升级至20210324.2

From: @licihua
Reviewed-by: @hanxinke
Signed-off-by: @hanxinke
This commit is contained in:
openeuler-ci-bot 2021-10-21 06:32:01 +00:00 committed by Gitee
commit b6152dd94c
3 changed files with 7 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +1,7 @@
# Force out of source build # Force out of source build
%undefine __cmake_in_source_build %undefine __cmake_in_source_build
Name: abseil-cpp Name: abseil-cpp
Version: 20200923.3 Version: 20210324.2
Release: 1 Release: 1
Summary: C++ Common Libraries Summary: C++ Common Libraries
@ -13,6 +12,7 @@ Source0: https://github.com/abseil/abseil-cpp/archive/%{version}/%{name}-
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: make BuildRequires: make
Conflicts: grpc < 1.31.0-5
%description %description
Abseil is an open-source collection of C++ library code designed to augment Abseil is an open-source collection of C++ library code designed to augment
@ -32,7 +32,6 @@ and we now want to provide those resources to the C++ community as a whole.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Conflicts: grpc < 1.31.0-5
%description devel %description devel
Development headers for %{name} Development headers for %{name}
@ -50,12 +49,16 @@ Development headers for %{name}
%license LICENSE %license LICENSE
%doc FAQ.md README.md UPGRADES.md %doc FAQ.md README.md UPGRADES.md
%{_libdir}/libabsl_*.so %{_libdir}/libabsl_*.so
%{_libdir}/libabsl_*.so.*
%files devel %files devel
%{_includedir}/absl %{_includedir}/absl
%{_libdir}/cmake/absl %{_libdir}/cmake/absl
%{_libdir}/libabsl_*.so %{_libdir}/pkgconfig/*.pc
%changelog %changelog
* Fri Oct 15 2021 licihua <licihua@huawei.com> - 20210324.2-1
- update to 20210324.2
* Mon Sep 27 2021 licihua <licihua@huawei.com> - 20200923.3-1 * Mon Sep 27 2021 licihua <licihua@huawei.com> - 20200923.3-1
- package init - package init