diff --git a/openjfx8.spec b/openjfx8.spec index 4c63c40949dc282a0c27d7b0b15e955c2918014b..5c30fcfe94c184e765eb463066f2c1ad4356daae 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 119a67d5ad4f53d6816f1e5400a3c9fb7afe8ecf..0000000000000000000000000000000000000000 --- a/settings.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - huaweicloud - central - central repo - https://repo.huaweicloud.com/repository/maven/ - - -