!25 [sync] PR-23: delete libicu*.so.67*

From: @openeuler-sync-bot 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
This commit is contained in:
openeuler-ci-bot 2022-03-30 06:13:58 +00:00 committed by Gitee
commit 59237b89da
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,13 +1,13 @@
Name: icu Name: icu
Version: 69.1 Version: 69.1
Release: 1 Release: 2
Summary: International Components for Unicode Summary: International Components for Unicode
License: MIT and UCD and Public Domain License: MIT and UCD and Public Domain
URL: http://site.icu-project.org/ URL: http://site.icu-project.org/
Source0: https://github.com/unicode-org/icu/releases/download/release-69-1/icu4c-69_1-src.tgz Source0: https://github.com/unicode-org/icu/releases/download/release-69-1/icu4c-69_1-src.tgz
Source1: icu-config.sh Source1: icu-config.sh
BuildRequires: gcc gcc-c++ doxygen autoconf python3 libicu BuildRequires: gcc gcc-c++ doxygen autoconf python3
Requires: lib%{name} = %{version}-%{release} Requires: lib%{name} = %{version}-%{release}
Patch1: gennorm2-man.patch Patch1: gennorm2-man.patch
@ -75,8 +75,6 @@ chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so.*
) )
install -p -m755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/icu-config install -p -m755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/icu-config
cp -a %{_libdir}/libicu*.so.67* %{buildroot}%{_libdir}
%check %check
if grep -q @VERSION@ source/tools/*/*.8 source/tools/*/*.1 source/config/*.1; then if grep -q @VERSION@ source/tools/*/*.8 source/tools/*/*.1 source/config/*.1; then
exit 1 exit 1
@ -127,6 +125,9 @@ LD_LIBRARY_PATH=lib:stubdata:tools/ctestfw:$LD_LIBRARY_PATH bin/uconv -l
%changelog %changelog
* Thu Jul 16 2020 hanhui <hanhui15@h-partners.com> - 69.1-2
- delete libicu*.so.67*
* Mon Nov 29 2021 xingxing <xingxing9@huawei.com> - 69.1-1 * Mon Nov 29 2021 xingxing <xingxing9@huawei.com> - 69.1-1
- update to icu4c-69.1 - update to icu4c-69.1
- replate libicu*.so.62*whith libicu*.so.67* - replate libicu*.so.62*whith libicu*.so.67*