From ddcb95cbc5651ef3c4c9d235f3185e04c9d459e7 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Wed, 27 Mar 2024 01:07:31 +0000 Subject: [PATCH] delete libicu*.so.73* (cherry picked from commit 9dd95e9430aac09d10cc63af14cdd0e429b1703f) --- icu.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/icu.spec b/icu.spec index df72617..f459f6b 100644 --- a/icu.spec +++ b/icu.spec @@ -1,13 +1,13 @@ Name: icu Version: 74.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-74-1/icu4c-74_1-src.tgz Source1: icu-config.sh -BuildRequires: gcc gcc-c++ doxygen autoconf python3 git libicu +BuildRequires: gcc gcc-c++ doxygen autoconf python3 git Requires: lib%{name} = %{version}-%{release} Patch1: gennorm2-man.patch @@ -83,8 +83,6 @@ chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so.* ) install -p -m755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/icu-config -cp -a %{_libdir}/libicu*.so.73* %{buildroot}%{_libdir} - %check if grep -q @VERSION@ source/tools/*/*.8 source/tools/*/*.1 source/config/*.1; then exit 1 @@ -135,6 +133,9 @@ LD_LIBRARY_PATH=lib:stubdata:tools/ctestfw:$LD_LIBRARY_PATH bin/uconv -l %changelog +* Wed Mar 27 2024 zhangpan - 74.1-2 +- delete libicu*.so.73* + * Wed Jan 24 2024 zhangpan - 74.1-1 - update to 74.1 -- Gitee