diff --git a/java-1_8_0-openjdk.spec b/java-1_8_0-openjdk.spec index 7a4c87b..7157c9a 100644 --- a/java-1_8_0-openjdk.spec +++ b/java-1_8_0-openjdk.spec @@ -167,16 +167,16 @@ License: Apache-1.1 AND Apache-2.0 AND GPL-1.0-or-later AND GPL-2.0-only Group: Development/Languages/Java URL: https://openjdk.java.net/ Source0: https://icedtea.classpath.org/download/source/icedtea-%{icedtea_version}.tar.xz -Source2: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/openjdk.tar.xz -Source3: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/corba.tar.xz -Source4: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/jaxp.tar.xz -Source5: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/jaxws.tar.xz -Source6: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/jdk.tar.xz -Source7: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/langtools.tar.xz -Source8: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/hotspot.tar.xz -Source9: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/aarch32.tar.xz -Source10: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/shenandoah.tar.xz -Source11: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/nashorn.tar.xz +Source1: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/openjdk.tar.xz +Source2: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/corba.tar.xz +Source3: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/jaxp.tar.xz +Source4: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/jaxws.tar.xz +Source5: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/jdk.tar.xz +Source6: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/langtools.tar.xz +Source7: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/hotspot.tar.xz +Source8: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/aarch32.tar.xz +Source9: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/shenandoah.tar.xz +Source10: https://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/nashorn.tar.xz # nss fips configuration file Source17: nss.fips.cfg.in # RPM/distribution specific patches @@ -502,23 +502,23 @@ sh autogen.sh %else --disable-improved-font-rendering \ %endif - --with-openjdk-src-zip=%{SOURCE2} \ - --with-corba-src-zip=%{SOURCE3} \ - --with-jaxp-src-zip=%{SOURCE4} \ - --with-jaxws-src-zip=%{SOURCE5} \ - --with-jdk-src-zip=%{SOURCE6} \ - --with-langtools-src-zip=%{SOURCE7} \ + --with-openjdk-src-zip=%{SOURCE1} \ + --with-corba-src-zip=%{SOURCE2} \ + --with-jaxp-src-zip=%{SOURCE3} \ + --with-jaxws-src-zip=%{SOURCE4} \ + --with-jdk-src-zip=%{SOURCE5} \ + --with-langtools-src-zip=%{SOURCE6} \ %ifarch %{arm} - --with-hotspot-src-zip=%{SOURCE9} \ -%else -%if %{with zero} || %{without shenandoah} --with-hotspot-src-zip=%{SOURCE8} \ %else - --with-hotspot-src-zip=%{SOURCE10} \ +%if %{with zero} || %{without shenandoah} + --with-hotspot-src-zip=%{SOURCE7} \ +%else + --with-hotspot-src-zip=%{SOURCE9} \ --with-hotspot-build=shenandoah \ %endif %endif - --with-nashorn-src-zip=%{SOURCE11} + --with-nashorn-src-zip=%{SOURCE10} make patch %{?_smp_mflags}