From 815999f85103c98e1ea8d8244576c25c71ad48b3 Mon Sep 17 00:00:00 2001 From: shirely16 Date: Thu, 24 Mar 2022 10:51:36 +0800 Subject: [PATCH] delete libicu*.so.67* (cherry picked from commit ae47a5af3c276ed620315bcfefa0bebb06a91cc9) --- icu.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/icu.spec b/icu.spec index dae3be0..c854959 100644 --- a/icu.spec +++ b/icu.spec @@ -1,13 +1,13 @@ Name: icu Version: 69.1 -Release: 1 +Release: 2 Summary: International Components for Unicode License: MIT and UCD and Public Domain URL: http://site.icu-project.org/ Source0: https://github.com/unicode-org/icu/releases/download/release-69-1/icu4c-69_1-src.tgz Source1: icu-config.sh -BuildRequires: gcc gcc-c++ doxygen autoconf python3 libicu +BuildRequires: gcc gcc-c++ doxygen autoconf python3 Requires: lib%{name} = %{version}-%{release} 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 -cp -a %{_libdir}/libicu*.so.67* %{buildroot}%{_libdir} - %check if grep -q @VERSION@ source/tools/*/*.8 source/tools/*/*.1 source/config/*.1; then exit 1 @@ -127,6 +125,9 @@ LD_LIBRARY_PATH=lib:stubdata:tools/ctestfw:$LD_LIBRARY_PATH bin/uconv -l %changelog +* Thu Jul 16 2020 hanhui - 69.1-2 +- delete libicu*.so.67* + * Mon Nov 29 2021 xingxing - 69.1-1 - update to icu4c-69.1 - replate libicu*.so.62*whith libicu*.so.67*