forked from pool/indriya
Compare commits
6 Commits
ce87e3e460
...
1b29673257
Author | SHA256 | Date | |
---|---|---|---|
1b29673257 | |||
15a8065dd8 | |||
29cfabe6cf | |||
c7df0e8c2b | |||
8b31864dc9 | |||
e2b7370bc6 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 18:19:15 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Fix javadoc generation with javadoc:aggregate
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 11:01:57 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package indriya
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -63,7 +63,9 @@ Group: Documentation/HTML
|
||||
find . -name "*.java" | xargs sed -i s,'tec.uom.lib.common','tech.uom.lib.common',g
|
||||
|
||||
%{mvn_build} -f -- \
|
||||
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
|
||||
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
|
||||
-Dmaven.compiler.release=8 \
|
||||
%endif
|
||||
-Dsource=8
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user