Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
7efdca5392 | ||
| d6f82f7050 | |||
| b03f6733fb | |||
| 20dd6a1ac3 | |||
| bfdb11088e | |||
| b88404a224 |
10
auto.changes
10
auto.changes
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 23 16:53:55 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Force annotation processing, since it is needed with Java 25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 05:34:48 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Use SOURCE_DATE_EPOCH for reproducible builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 17:52:07 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package auto
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -128,13 +128,14 @@ find -name '*.jar' -print -delete
|
||||
%pom_remove_plugin :maven-shade-plugin
|
||||
%pom_remove_plugin :maven-shade-plugin value/processor
|
||||
|
||||
%mvn_package :build-only __noinstall
|
||||
%{mvn_package} :build-only __noinstall
|
||||
|
||||
%build
|
||||
%{mvn_build} -sf -- \
|
||||
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
|
||||
-Dmaven.compiler.release=8 \
|
||||
%endif
|
||||
-Dmaven.compiler.proc=full \
|
||||
-f build-pom.xml -Dsource=8 -Dfile.encoding=UTF-8
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user