6
0
forked from pool/indriya

Compare commits

...

6 Commits

Author SHA256 Message Date
1b29673257 Accepting request 1264662 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1264662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/indriya?expand=0&rev=6
2025-03-27 21:34:36 +00:00
15a8065dd8 Fix javadoc generation with javadoc:aggregate
OBS-URL: https://build.opensuse.org/package/show/Java:packages/indriya?expand=0&rev=12
2025-03-27 18:22:40 +00:00
29cfabe6cf Accepting request 1112231 from Java:packages
Do not require maven-javadoc-plugin that we don't use

OBS-URL: https://build.opensuse.org/request/show/1112231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/indriya?expand=0&rev=5
2023-09-20 11:29:28 +00:00
c7df0e8c2b Accepting request 1109954 from Java:packages
Reproducible builds improvement

OBS-URL: https://build.opensuse.org/request/show/1109954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/indriya?expand=0&rev=4
2023-09-10 11:10:30 +00:00
8b31864dc9 Accepting request 975142 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/975142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/indriya?expand=0&rev=3
2022-05-05 21:07:06 +00:00
e2b7370bc6 Accepting request 908794 from Java:packages
Allow building with java 8

OBS-URL: https://build.opensuse.org/request/show/908794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/indriya?expand=0&rev=2
2021-07-28 17:20:03 +00:00
2 changed files with 9 additions and 2 deletions

View File

@@ -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>

View File

@@ -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