From 6994b6e520841044154c29005e24a3da4efeff02 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Tue, 26 Mar 2024 12:04:30 +0000 Subject: [PATCH] delete libicu*.so.73* for loongarch64 --- icu.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/icu.spec b/icu.spec index df72617..2928b4c 100644 --- a/icu.spec +++ b/icu.spec @@ -1,6 +1,6 @@ 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/ @@ -83,7 +83,9 @@ chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so.* ) install -p -m755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/icu-config +%ifnarch loongarch64 cp -a %{_libdir}/libicu*.so.73* %{buildroot}%{_libdir} +%endif %check if grep -q @VERSION@ source/tools/*/*.8 source/tools/*/*.1 source/config/*.1; then @@ -135,6 +137,9 @@ LD_LIBRARY_PATH=lib:stubdata:tools/ctestfw:$LD_LIBRARY_PATH bin/uconv -l %changelog +* Tue Mar 26 2024 Wenlong Zhang - 74.1-2 +- delete libicu*.so.73* for loongarch64 + * Wed Jan 24 2024 zhangpan - 74.1-1 - update to 74.1 -- Gitee