update to 69.1
This commit is contained in:
parent
565d52d64e
commit
1cea58a898
12
icu.spec
12
icu.spec
@ -1,10 +1,10 @@
|
|||||||
Name: icu
|
Name: icu
|
||||||
Version: 67.1
|
Version: 69.1
|
||||||
Release: 2
|
Release: 1
|
||||||
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-67-1/icu4c-67_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 libicu
|
||||||
@ -75,7 +75,7 @@ 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.62* %{buildroot}%{_libdir}
|
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
|
||||||
@ -127,6 +127,10 @@ LD_LIBRARY_PATH=lib:stubdata:tools/ctestfw:$LD_LIBRARY_PATH bin/uconv -l
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 29 2021 xingxing <xingxing9@huawei.com> - 69.1-1
|
||||||
|
- update to icu4c-69.1
|
||||||
|
- replate libicu*.so.62*whith libicu*.so.67*
|
||||||
|
|
||||||
* Wed Oct 21 2020 jinzhimin<jinzhimin2@huawei.com> - 67.1-2
|
* Wed Oct 21 2020 jinzhimin<jinzhimin2@huawei.com> - 67.1-2
|
||||||
- modify buildrequire to python3
|
- modify buildrequire to python3
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user