Sync from SUSE:SLFO:Main icu4j revision 3d2c835790beb0ecfee2b9b761ab7d55
This commit is contained in:
parent
087ac18813
commit
b1815f85f0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 09:16:19 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 21 06:30:35 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Thu Sep 21 06:30:35 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
18
icu4j.spec
18
icu4j.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package icu4j
|
# spec file for package icu4j
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2000-2007, JPackage Project
|
# Copyright (c) 2000-2007, JPackage Project
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -39,7 +39,7 @@ Patch4: icu4j-detectjava21.patch
|
|||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local >= 6
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -82,11 +82,11 @@ API documentation for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -c
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
%patch1
|
%patch -P 1
|
||||||
%patch2 -p1
|
%patch -P 2 -p1
|
||||||
%patch3 -p1
|
%patch -P 3 -p1
|
||||||
%patch4 -p1
|
%patch -P 4 -p1
|
||||||
|
|
||||||
sed -i 's/\r//' APIChangeReport.html
|
sed -i 's/\r//' APIChangeReport.html
|
||||||
sed -i 's/\r//' readme.html
|
sed -i 's/\r//' readme.html
|
||||||
@ -119,7 +119,7 @@ rm main/tests/charset/src/com/ibm/icu/dev/test/charset/TestConversion.java
|
|||||||
rm main/tests/translit/src/com/ibm/icu/dev/test/translit/TransliteratorDisorderedMarksTest.java
|
rm main/tests/translit/src/com/ibm/icu/dev/test/translit/TransliteratorDisorderedMarksTest.java
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ant \
|
%{ant} \
|
||||||
-Djavac.source=1.8 -Djavac.target=1.8 \
|
-Djavac.source=1.8 -Djavac.target=1.8 \
|
||||||
-Ddoclint.option='-Xdoclint:none' \
|
-Ddoclint.option='-Xdoclint:none' \
|
||||||
-Dicu4j.api.doc.jdk.link= \
|
-Dicu4j.api.doc.jdk.link= \
|
||||||
@ -145,7 +145,7 @@ cp -pr doc/* %{buildroot}%{_javadocdir}/%{name}
|
|||||||
install -d -m 755 %{buildroot}%{_mavenpomdir}
|
install -d -m 755 %{buildroot}%{_mavenpomdir}
|
||||||
for jar in icu4j icu4j-charset icu4j-localespi ; do
|
for jar in icu4j icu4j-charset icu4j-localespi ; do
|
||||||
sed -i -e 's/@POMVERSION@/%{version}/' maven/$jar/pom.xml
|
sed -i -e 's/@POMVERSION@/%{version}/' maven/$jar/pom.xml
|
||||||
cp maven/$jar/pom.xml %{buildroot}%{_mavenpomdir}/JPP-$jar.pom
|
%{mvn_install_pom} maven/$jar/pom.xml %{buildroot}%{_mavenpomdir}/JPP-$jar.pom
|
||||||
done
|
done
|
||||||
%add_maven_depmap JPP-icu4j.pom icu4j.jar
|
%add_maven_depmap JPP-icu4j.pom icu4j.jar
|
||||||
%add_maven_depmap JPP-icu4j-charset.pom icu4j-charset.jar -f charset
|
%add_maven_depmap JPP-icu4j-charset.pom icu4j-charset.jar -f charset
|
||||||
|
Loading…
Reference in New Issue
Block a user