Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
7fa7f6fc1c |
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Sep 23 05:32:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
||||||
|
|
||||||
- Use SOURCE_DATE_EPOCH for reproducible builds
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 24 05:36:38 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
Fri May 24 05:36:38 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@@ -72,9 +72,7 @@ This package provides API documentation for %{name}.
|
|||||||
%pom_add_dep org.apiguardian:apiguardian-api:1.1.2:provided
|
%pom_add_dep org.apiguardian:apiguardian-api:1.1.2:provided
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{mvn_build} -f -- \
|
%{mvn_build} -f -- -Dproject.build.sourceEncoding=UTF-8 -Dmaven.compiler.release=8 -Dsource=8
|
||||||
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
|
|
||||||
-Dproject.build.sourceEncoding=UTF-8 -Dmaven.compiler.release=8 -Dsource=8
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
Reference in New Issue
Block a user