From f63c7476bd887ad262cdfa3fbae2e4d26b674bae Mon Sep 17 00:00:00 2001 From: xieguangyao00 Date: Tue, 5 Nov 2024 10:53:30 +0800 Subject: [PATCH] del settings.xml --- openjfx8.spec | 9 +++++---- settings.xml | 13 ------------- 2 files changed, 5 insertions(+), 17 deletions(-) delete mode 100644 settings.xml diff --git a/openjfx8.spec b/openjfx8.spec index 4c63c40..5c30fcf 100644 --- a/openjfx8.spec +++ b/openjfx8.spec @@ -17,7 +17,7 @@ Name: openjfx8 Version: 8u370 -Release: 3 +Release: 4 Summary: Rich client application platform for Java #fxpackager is BSD @@ -59,7 +59,6 @@ Source31: build.xml Source32: buildSrc.xml Source33: fxpackager-native.xml Source34: fxpackager-so.xml -Source35: settings.xml Patch0: 0000-Fix-wait-call-in-PosixPlatform.patch @@ -132,7 +131,6 @@ find -name '*.class' -delete find -name '*.jar' -delete #copy maven files -cp -a %{_sourcedir}/settings.xml . cp -a %{_sourcedir}/pom-*.xml . mv pom-openjfx.xml pom.xml @@ -169,7 +167,7 @@ ant -f build.xml #set openjdk8 for build export JAVA_HOME=%{_jvmdir}/java-1.8.0-openjdk # %%mvn_build -mvn install --settings ./settings.xml +mvn install %install install -d -m 755 %{buildroot}%{openjfxdir} @@ -234,6 +232,9 @@ ln -s %{openjfxdir}/bin/javapackager %{buildroot}%{_bindir} %license LICENSE %changelog +* Tue Nov 5 2024 xieguangyao00 - 8u370-4 +- del settings.xml from source + * Tue Jun 04 2024 Wenlong Zhang - 8u370-3 - add loongarch64 support for openjfx8 diff --git a/settings.xml b/settings.xml deleted file mode 100644 index 119a67d..0000000 --- a/settings.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - huaweicloud - central - central repo - https://repo.huaweicloud.com/repository/maven/ - - - -- Gitee