Compare commits

..

17 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
Benjamin A. Beasley
6056245173 Update to 1.54p (close RHBZ#2362770) 2025-05-05 13:24:44 -04:00
Benjamin A. Beasley
0e6472a3e0 Update to 1.54n (close RHBZ#2346161) 2025-02-18 10:30:57 -05:00
Fedora Release Engineering
8931c93d22 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-17 07:04:28 +00:00
Benjamin A. Beasley
3cc63bfcdf Update to 1.54m (close RHBZ#2330712) 2024-12-05 23:11:04 -05:00
Benjamin A. Beasley
78f3c6c592 Package the public-domain dedication/disclaimer text as a “license file” 2024-09-17 13:49:23 -04:00
Benjamin A. Beasley
ae5d3f1fb3 Add current link to public-domain dedication 2024-09-17 13:45:44 -04:00
Benjamin A. Beasley
83b1321d85 Number patches (for EPEL8 compatibility)
[skip changelog]
2024-09-17 13:44:39 -04:00
Benjamin A. Beasley
8dd56b3d2a Update to 1.54k (close RHBZ#2292095) 2024-09-17 10:41:27 -04:00
Benjamin A. Beasley
04f4c7ea87 Convert to %autorelease and %autochangelog
[skip changelog]
2024-09-17 10:35:20 -04:00
Fedora Release Engineering
ceb0db474a Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-18 10:17:55 +00:00
Benjamin A. Beasley
0ca38c047f Update to 1.54i (close RHBZ#2267596) 2024-03-04 08:18:36 -05:00
Jiri Vanek
d6edd0e679 Rebuilt for java-21-openjdk as system jdk
https://fedoraproject.org/wiki/Changes/Java21
2024-02-27 15:43:06 +01:00
Fedora Release Engineering
116f808cba Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-24 22:39:43 +00:00
Fedora Release Engineering
cc214b6b84 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-20 23:01:22 +00:00
5 changed files with 37 additions and 9 deletions

4
.gitignore vendored
View file

@ -20,3 +20,7 @@ macros.zip
/ij154h-src.zip
/ij154i-src.zip
/ij154k-src.zip
/ij154m-src.zip
/ij154n-src.zip
/ij154p-src.zip
/ij154r-src.zip

7
DISCLAIMER Normal file
View file

@ -0,0 +1,7 @@
ImageJ was developed at the National Institutes of Health by an employee of the
Federal Government in the course of his official duties. Pursuant to Title 17,
Section 105 of the United States Code, this software is not subject to
copyright protection and is in the public domain. ImageJ is an experimental
system. NIH assumes no responsibility whatsoever for its use by other parties,
and makes no guarantees, expressed or implied, about its quality, reliability,
or any other characteristic.

View file

@ -1,6 +1,18 @@
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.54i-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Mar 04 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.54i-1
- Update to 1.54i (close RHBZ#2267596)
* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 1.54h-4
- Rebuilt for java-21-openjdk as system jdk
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.54h-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.54h-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Dec 22 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.54h-1
- Update to 1.54h (close RHBZ#2254747)

View file

@ -1,9 +1,10 @@
Name: imagej
Version: 1.54k
Version: 1.54r
Release: %autorelease
Summary: Image Processing and Analysis in Java
# From https://imagej.nih.gov/ij/disclaimer.html:
# From https://imagej.nih.gov/ij/disclaimer.html (now hosted at
# https://imagej.net/ij/disclaimer.html):
# ImageJ was developed at the National Institutes of Health by an employee of
# the Federal Government in the course of his official duties. Pursuant to
# Title 17, Section 105 of the United States Code, this software is not
@ -19,26 +20,28 @@ Source1: imagej.desktop
Source2: https://imagej.net/ij/macros/macros.zip
Source3: https://imagej.net/ij/download/linux/unix-script.txt
Source4: imagej.png
# Plain-text version of the contents of https://imagej.net/ij/disclaimer.html
Source5: DISCLAIMER
BuildArch: noarch
ExclusiveArch: %{java_arches} noarch
# Do not copy class files.
Patch: imagej-1.54g-do-not-copy-class-files.patch
Patch1: imagej-1.54g-do-not-copy-class-files.patch
# Modify imagej.sh (as intended by upstream) for Fedora compatibility.
Patch: imagej-1.53r-unix-script.patch
Patch2: imagej-1.53r-unix-script.patch
# Set javac source / target version to 1.8 to fix building with Java 11.
Patch: imagej-1.53r-source-target-version.patch
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
@ -57,6 +60,7 @@ used for quantitative analysis of engineering and scientific image data.
%autosetup -c -N
unzip -qq -u '%{SOURCE2}'
cp -p '%{SOURCE3}' ./imagej.sh
cp -p '%{SOURCE5}' .
# Erase binary and useless files
rm -rvf macros/.FBC* macros/build.xml __MACOSX
@ -116,6 +120,7 @@ desktop-file-install --vendor='' \
%files
%license DISCLAIMER
%doc source/aREADME.txt source/release-notes.html
%{_javadir}/imagej.jar

View file

@ -1,2 +1,2 @@
SHA512 (ij154k-src.zip) = 70a654b2da8d969c89cf1e967571cd04f64801b3124d9b9fd41caef9ac8b3599e3ca37580ac67011ddf5718eb724d91e8f57c40f61f76438be5187c027392e29
SHA512 (ij154r-src.zip) = eca256a4de84d46830e27dc452816c4fb209d1e1a62e555cc3984f46bdc3341d6bd8c7edc39adbe0ff0710de6141a170c5402d125e31ba0194a61368f49e9698
SHA512 (macros.zip) = 383dd4131c3bc9f810c297f2846105592bcf34a09cbaa590c5ffb8a71217bb6eba7b0cbab4ab259feb740ac87e05d439e19cfb17fc67c9150f60a1711657bfd3