Ana Guerrero 2024-02-25 13:15:13 +00:00 committed by Git OBS Bridge
commit 82e67dfefb
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 22 13:46:01 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Tue Dec 6 20:53:06 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -58,8 +58,7 @@ ImageJ can be extended via Java plugins, and has a built-in editor and
compiler.
%prep
%setup -q -n source
%patch0 -p1
%autosetup -p1 -n source
%build
%{ant} -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 build