Compare commits

..

3 commits

Author SHA1 Message Date
Benjamin A. Beasley
68ab51b47d Update to 1.54r (close RHBZ#2392662) 2025-09-26 12:55:21 +01:00
Jiri Vanek
85cbf29a5d Rebuilt for java-25-openjdk as preffered jdk
https://fedoraproject.org/wiki/Changes/Java25AndNoMoreSystemJdk
Note, that since f43, you should be always explicit on what jdk to use.
This commit should do exactly that.
2025-07-28 19:01:15 +02:00
Fedora Release Engineering
4c052f0c2d Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-24 17:37:26 +00:00

View file

@ -33,15 +33,15 @@ Patch2: imagej-1.53r-unix-script.patch
# Set javac source / target version to 1.8 to fix building with Java 11.
Patch3: imagej-1.53r-source-target-version.patch
BuildRequires: ant
BuildRequires: ant-openjdk25
BuildRequires: desktop-file-utils
BuildRequires: jpackage-utils
BuildRequires: java-devel
BuildRequires: java-25-devel
Requires: jpackage-utils
# Require java-devel, not only java, for plugins build
Requires: java-devel
Requires: java-25-devel
# We no longer package javadoc documentation because it has guidelines issues
# pertaining to bundled and pre-minified JavaScript and CSS. See