]> git.pld-linux.org Git - packages/openjdk11.git/commitdiff
up to 11.0.21 auto/th/openjdk11-11.0.21-1
authorJan Palus <atler@pld-linux.org>
Thu, 19 Oct 2023 14:16:01 +0000 (16:16 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 19 Oct 2023 14:16:01 +0000 (16:16 +0200)
openjdk11.spec

index 22a8c13f733e9797b8e63466c74031927d75cf2f..b86d3b3c207f05a5f1f9e75dfbc130f3b69763ee 100644 (file)
 Summary:       Open-source implementation of the Java Platform, Standard Edition
 Summary(pl.UTF-8):     Wolnoźródłowa implementacja Java 11 SE
 Name:          openjdk11
-Version:       11.0.20.1
+Version:       11.0.21
 Release:       1
 License:       GPL v2
 Group:         Development/Languages/Java
 Source0:       https://github.com/openjdk/jdk11u/archive/jdk-%{version}-ga/%{name}-%{version}.tar.gz
-# Source0-md5: 3800470820a8f4a2f762755b91d9c9ff
+# Source0-md5: 6374dfe9f92bc8b82bddf044bb0fc6ce
 Source10:      make-cacerts.sh
 Patch0:                libpath.patch
 Patch1:                x32.patch
@@ -456,7 +456,7 @@ rmdir $RPM_BUILD_ROOT%{dstdir}/man
 # replace duplicates with symlinks, link to %{_bindir}
 for path in $RPM_BUILD_ROOT%{dstdir}/bin/*; do
        filename=$(basename $path)
-        ln -sf "%{dstdir}/bin/$filename" $RPM_BUILD_ROOT%{_bindir}
+       ln -sf "%{dstdir}/bin/$filename" $RPM_BUILD_ROOT%{_bindir}
 done
 
 # keep configuration in %{_sysconfdir} (not all *.properties go there)
This page took 0.231887 seconds and 4 git commands to generate.