diff --git a/openjfx8.spec b/openjfx8.spec index a94cb73..904c5b4 100644 --- a/openjfx8.spec +++ b/openjfx8.spec @@ -11,7 +11,7 @@ Name: openjfx8 Version: 8u370 -Release: 1 +Release: 2 Summary: Rich client application platform for Java #fxpackager is BSD @@ -53,7 +53,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 @@ -126,7 +125,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 @@ -163,7 +161,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} @@ -228,6 +226,9 @@ ln -s %{openjfxdir}/bin/javapackager %{buildroot}%{_bindir} %license LICENSE %changelog +* Tue Nov 5 2024 xieguangyao00 - 8u370-2 +- del settings.xml from source + * Tue Jun 20 2023 DXwangg - 8u370.1 - update 8u353.tar.gz to 8u370.tar.gz 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/ - - -