delete libicu*.so.67*
This commit is contained in:
parent
058506ef99
commit
daae90005a
16
icu.spec
16
icu.spec
@ -1,13 +1,13 @@
|
||||
Name: icu
|
||||
Version: 69.1
|
||||
Release: 4
|
||||
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,14 +125,8 @@ LD_LIBRARY_PATH=lib:stubdata:tools/ctestfw:$LD_LIBRARY_PATH bin/uconv -l
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 10 2021 liuyumeng <liuyumeng5@huawei.com> -69.1-4
|
||||
- add libicu*.so.67*
|
||||
|
||||
* Tue Nov 09 2021 liuyumeng <liuyumeng5@huawei.com> -69.1-3
|
||||
- delete redundant .so files
|
||||
|
||||
* Mon Nov 08 2021 liuyumeng <liuyumeng5@huawei.com> - 69.1-2
|
||||
- replace libicu*.so.62* with libicu*.so.67*
|
||||
* Thu Jul 16 2020 hanhui <hanhui15@h-partners.com> - 69.1-2
|
||||
- delete libicu*.so.67*
|
||||
|
||||
* Sun Nov 07 2021 sdlzx <hdu_sdlzx@163.com> - 69.1
|
||||
- update to icu4c-69.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user